Home
last modified time | relevance | path

Searched refs:otbrErrorString (Results 1 – 8 of 8) sorted by relevance

/external/ot-br-posix/src/common/
Dlogging.hpp139 const char *otbrErrorString(otbrError aError);
161 … ##__VA_ARGS__, otbrErrorString(_err)); \
Dlogging.cpp285 const char *otbrErrorString(otbrError aError) in otbrErrorString() function
/external/ot-br-posix/src/host/posix/
Dnetif.cpp287 otbrLogWarning("Failed to update state %s", otbrErrorString(error)); in SetNetifState()
304 otbrLogWarning("Failed to receive, error:%s", otbrErrorString(error)); in Ip6Receive()
489 … otbrLogWarning("Failed to Update multicast subscription: %s", otbrErrorString(error)); in ProcessMldEvent()
Dcli_daemon.cpp63 …VerifyOrDie(fileName.size() <= kMaxSocketFilenameLength, otbrErrorString(OTBR_ERROR_INVALID_ARGS)); in GetSocketFilename()
Dinfra_if.cpp331 VerifyOrDie(sock != -1, otbrErrorString(OTBR_ERROR_ERRNO)); in GetFlags()
339 DieNow(otbrErrorString(OTBR_ERROR_ERRNO)); in GetFlags()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp264 … otbrLogErr("Failed to publish TREL service: %s. TREL won't be working.", otbrErrorString(aError)); in HandlePublishTrelServiceError()
282 otbrLogInfo("Failed to unpublish TREL service: %s", otbrErrorString(aError)); in HandleUnpublishTrelServiceError()
/external/ot-br-posix/src/rest/
Drest_web_server.cpp120 otbrLogWarning("Failed to accept new connection: %s", otbrErrorString(error)); in UpdateConnections()
/external/ot-br-posix/src/host/
Dncp_spinel.cpp1120 otbrLogWarning("Failed to passthrough ICMP6 ND to NCP, %s", otbrErrorString(error)); in HandleIcmp6Nd()