Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dmesh_diag.cpp154 error = kErrorPending; in HandleDiagGetResponse()
320 mQueryChildTable.mCallback.InvokeIfSet(kErrorPending, &entry); in ProcessChildTableAnswer()
361 mQueryRouterNeighborTable.mCallback.InvokeIfSet(kErrorPending, &entry); in ProcessRouterNeighborTableAnswer()
407 …mQueryChildrenIp6Addrs.mCallback.InvokeIfSet(kErrorPending, tlvValue.GetRloc16(), &ip6AddrIterator… in ProcessChildrenIp6AddrsAnswer()
Dparse_cmdline.cpp271 ExitNow(error = kErrorPending); in ParseHexString()
/openthread-latest/src/core/common/
Derror.hpp88 constexpr Error kErrorPending = OT_ERROR_PENDING; variable
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp136 static Error sDnssdCallbackError = kErrorPending;
202 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdRegisterService()
246 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdUnregisterService()
281 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdRegisterHost()
306 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdUnregisterHost()
351 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdRegisterKey()
393 if ((sDnssdCallbackError != kErrorPending) && (aCallback != nullptr)) in otPlatDnssdUnregisterKey()
527 sDnssdCallbackError = kErrorPending; in InitTest()
1502 sDnssdCallbackError = kErrorPending; // Do not call the callbacks directly in TestSrpAdvProxyDelayedCallback()
1787 sDnssdCallbackError = kErrorPending; // Do not call the callbacks directly in TestSrpAdvProxyReplacedEntries()
[all …]
/openthread-latest/src/core/diags/
Dfactory_diags.cpp470 error = kErrorPending;
725 error = kErrorPending;