Searched refs:otbrErrorString (Results 1 – 8 of 8) sorted by relevance
/external/ot-br-posix/src/common/ |
D | logging.hpp | 139 const char *otbrErrorString(otbrError aError); 161 … ##__VA_ARGS__, otbrErrorString(_err)); \
|
D | logging.cpp | 285 const char *otbrErrorString(otbrError aError) in otbrErrorString() function
|
/external/ot-br-posix/src/host/posix/ |
D | netif.cpp | 287 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()
|
D | cli_daemon.cpp | 63 …VerifyOrDie(fileName.size() <= kMaxSocketFilenameLength, otbrErrorString(OTBR_ERROR_INVALID_ARGS)); in GetSocketFilename()
|
D | infra_if.cpp | 331 VerifyOrDie(sock != -1, otbrErrorString(OTBR_ERROR_ERRNO)); in GetFlags() 339 DieNow(otbrErrorString(OTBR_ERROR_ERRNO)); in GetFlags()
|
/external/ot-br-posix/src/trel_dnssd/ |
D | trel_dnssd.cpp | 264 … 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/ |
D | rest_web_server.cpp | 120 otbrLogWarning("Failed to accept new connection: %s", otbrErrorString(error)); in UpdateConnections()
|
/external/ot-br-posix/src/host/ |
D | ncp_spinel.cpp | 1120 otbrLogWarning("Failed to passthrough ICMP6 ND to NCP, %s", otbrErrorString(error)); in HandleIcmp6Nd()
|