Searched defs:aErrorCode (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ot-br-posix/src/mdns/ |
H A D | mdns_mdnssd.cpp | 961 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() 1164 … DNSServiceErrorType aErrorCode, in HandleResolveResult() 1179 … DNSServiceErrorType aErrorCode, in HandleResolveResult() 1246 … DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult() 1259 … DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult() 1329 DNSServiceErrorType aErrorCode, in HandleResolveResult() [all …]
|
H A D | mdns_avahi.cpp | 1057 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 D | mdns.cpp | 97 …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 D | mdns_publisher.cpp | 447 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 D | json.cpp | 613 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
|
H A D | resource.cpp | 86 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()
|