Home
last modified time | relevance | path

Searched defs:aErrorCode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns_mdnssd.cpp961 int32_t aErrorCode) in OnServiceResolveFailedImpl()
966 void PublisherMDnsSd::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
971 otbrError PublisherMDnsSd::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
1075 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
1088 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
1164DNSServiceErrorType aErrorCode, in HandleResolveResult()
1179DNSServiceErrorType aErrorCode, in HandleResolveResult()
1246DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1259DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1329 DNSServiceErrorType aErrorCode, in HandleResolveResult()
[all …]
H A Dmdns_avahi.cpp1057 int32_t aErrorCode) in OnServiceResolveFailedImpl()
1063 void PublisherAvahi::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
1068 otbrError PublisherAvahi::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
H A Dmdns.cpp97 …Publisher::OnServiceResolveFailed(std::string aType, std::string aInstanceName, int32_t aErrorCode) in OnServiceResolveFailed()
104 void Publisher::OnHostResolveFailed(std::string aHostName, int32_t aErrorCode) in OnHostResolveFailed()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dmdns_publisher.cpp447 int32_t aErrorCode) in OnServiceResolveFailedImpl()
456 void MdnsPublisher::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.cpp613 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
H A Dresource.cpp86 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()