Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Derror.h235 OT_ERROR_PENDING = 36, enumerator
/openthread-2.7.6/src/core/common/
Derror.hpp90 constexpr Error kErrorPending = OT_ERROR_PENDING;
/openthread-2.7.6/src/cli/
Dcli_udp.cpp259 VerifyOrExit((error == OT_ERROR_NONE) || (error == OT_ERROR_PENDING)); in PrepareHexStringPaylod()
Dcli.cpp155 case OT_ERROR_PENDING: in OutputResult()
1412 error = OT_ERROR_PENDING; in ProcessDiscover()
1520 error = OT_ERROR_PENDING; in ProcessDns()
1529 error = OT_ERROR_PENDING; in ProcessDns()
1537 error = OT_ERROR_PENDING; in ProcessDns()
2647 error = OT_ERROR_PENDING; in ProcessMlrReg()
3835 error = OT_ERROR_PENDING; in ProcessScan()
3954 error = OT_ERROR_PENDING; in ProcessSntp()
4688 error = OT_ERROR_PENDING; in ProcessNetworkDiagnostic()
/openthread-2.7.6/tests/unit/
Dtest_cmd_line_parser.cpp344 VerifyOrQuit(error == OT_ERROR_PENDING, "ParseAsHexStringSegment() failed"); in TestParsingHexStrings()