Home
last modified time | relevance | path

Searched refs:OT_ERROR_PENDING (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/cli/
Dcli_dns.cpp251 error = OT_ERROR_PENDING; in Process()
268 error = OT_ERROR_PENDING; in Process()
332 error = OT_ERROR_PENDING; in Process()
405 error = OT_ERROR_PENDING; in ProcessService()
Dcli_link_metrics.cpp141 error = OT_ERROR_PENDING; in Process()
253 error = OT_ERROR_PENDING; in Process()
336 error = OT_ERROR_PENDING; in Process()
Dcli_ping.cpp149 error = OT_ERROR_PENDING; in Process()
Dcli.cpp167 VerifyOrExit(aError != OT_ERROR_PENDING); in OutputResult()
2607 error = OT_ERROR_PENDING; in Process()
2698 error = OT_ERROR_PENDING; in Process()
3825 error = OT_ERROR_PENDING; in Process()
4092 error = OT_ERROR_PENDING; in Process()
5044 error = OT_ERROR_PENDING; in Process()
5098 error = OT_ERROR_PENDING; in Process()
5129 error = OT_ERROR_PENDING; in Process()
5167 error = OT_ERROR_PENDING; in Process()
5394 VerifyOrExit(aError == OT_ERROR_NONE || aError == OT_ERROR_PENDING); in HandleMeshDiagQueryChildIp6Addrs()
[all …]
Dcli_udp.cpp414 VerifyOrExit((error == OT_ERROR_NONE) || (error == OT_ERROR_PENDING)); in PrepareHexStringPayload()
Dcli_mdns.cpp216 error = OT_ERROR_PENDING; in Process()
/openthread-latest/include/openthread/
Derror.h235 OT_ERROR_PENDING = 36, enumerator
/openthread-latest/src/core/common/
Derror.hpp90 constexpr Error kErrorPending = OT_ERROR_PENDING;
/openthread-latest/tests/unit/
Dtest_cmd_line_parser.cpp346 VerifyOrQuit(error == OT_ERROR_PENDING, "ParseAsHexStringSegment() failed"); in TestParsingHexStrings()