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.cpp964 int32_t aErrorCode) in OnServiceResolveFailedImpl()
969 void PublisherMDnsSd::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
974 otbrError PublisherMDnsSd::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
1079 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
1092 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
1168DNSServiceErrorType aErrorCode, in HandleResolveResult()
1183DNSServiceErrorType aErrorCode, in HandleResolveResult()
1250DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1263DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1333 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.cpp1060 int32_t aErrorCode) in OnServiceResolveFailedImpl()
1066 void PublisherAvahi::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
1071 otbrError PublisherAvahi::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
/external/ot-br-posix/src/android/
Dmdns_publisher.cpp432 int32_t aErrorCode) in OnServiceResolveFailedImpl()
441 void MdnsPublisher::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
/external/ot-br-posix/src/rest/
Djson.cpp613 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
Dresource.cpp86 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()