Searched defs:aErrorCode (Results 1 – 6 of 6) sorted by relevance
/external/ot-br-posix/src/mdns/ |
D | mdns_mdnssd.cpp | 972 int32_t aErrorCode) in OnServiceResolveFailedImpl() 977 void PublisherMDnsSd::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl() 982 otbrError PublisherMDnsSd::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError() 1086 DNSServiceErrorType aErrorCode, in HandleBrowseResult() 1099 DNSServiceErrorType aErrorCode, in HandleBrowseResult() 1175 … DNSServiceErrorType aErrorCode, in HandleResolveResult() 1190 … DNSServiceErrorType aErrorCode, in HandleResolveResult() 1257 … DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult() 1270 … DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult() 1341 DNSServiceErrorType aErrorCode, in HandleResolveResult() [all …]
|
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()
|
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()
|
/external/ot-br-posix/src/android/ |
D | mdns_publisher.cpp | 447 int32_t aErrorCode) in OnServiceResolveFailedImpl() 456 void MdnsPublisher::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
|
/external/ot-br-posix/src/rest/ |
D | json.cpp | 616 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
|
D | resource.cpp | 92 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()
|