Home
last modified time | relevance | path

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

/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp703 int32_t aErrorCode) in OnServiceResolveFailedImpl()
708 void PublisherMDnsSd::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
713 otbrError PublisherMDnsSd::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
817 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
830 DNSServiceErrorType aErrorCode, in HandleBrowseResult()
920DNSServiceErrorType aErrorCode, in HandleResolveResult()
935DNSServiceErrorType aErrorCode, in HandleResolveResult()
1002DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1015DNSServiceErrorType aErrorCode, in HandleGetAddrInfoResult()
1080 DNSServiceErrorType aErrorCode, in HandleResolveResult()
[all …]
Dmdns.cpp70 …erviceResolveFailed(const std::string &aType, const std::string &aInstanceName, int32_t aErrorCode) in OnServiceResolveFailed()
77 void Publisher::OnHostResolveFailed(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailed()
Dmdns_avahi.cpp906 int32_t aErrorCode) in OnServiceResolveFailedImpl()
912 void PublisherAvahi::OnHostResolveFailedImpl(const std::string &aHostName, int32_t aErrorCode) in OnHostResolveFailedImpl()
917 otbrError PublisherAvahi::DnsErrorToOtbrError(int32_t aErrorCode) in DnsErrorToOtbrError()
/external/ot-br-posix/src/rest/
Djson.cpp465 std::string Error2JsonString(HttpStatusCode aErrorCode, std::string aErrorMessage) in Error2JsonString()
Dresource.cpp81 static std::string GetHttpStatus(HttpStatusCode aErrorCode) in GetHttpStatus()