Home
last modified time | relevance | path

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

/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp972 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()
1175DNSServiceErrorType aErrorCode, in HandleResolveResult()
1190DNSServiceErrorType aErrorCode, in HandleResolveResult()
1257DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1270DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1341 DNSServiceErrorType aErrorCode, in HandleResolveResult()
[all …]
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()
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()
/external/ot-br-posix/src/android/
Dmdns_publisher.cpp447 int32_t aErrorCode) in OnServiceResolveFailedImpl()
456 void MdnsPublisher::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
/external/ot-br-posix/src/rest/
Djson.cpp616 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
Dresource.cpp92 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()