Searched refs:kErrorBusy (Results 1 – 19 of 19) sorted by relevance
/openthread-latest/src/core/crypto/ |
D | mbedtls.cpp | 152 error = kErrorBusy; in MapError()
|
/openthread-latest/src/core/common/ |
D | error.hpp | 59 constexpr Error kErrorBusy = OT_ERROR_BUSY; variable
|
/openthread-latest/src/core/net/ |
D | tcp6_ext.cpp | 196 Error TcpCircularSendBuffer::Deinitialize(void) { return (mCapacityUsed != 0) ? kErrorBusy : kError… in Deinitialize()
|
D | sntp_client.cpp | 285 ExitNow(error = kErrorBusy); in HandleUdpReceive()
|
D | srp_client.cpp | 401 error = (aServerSockAddr == GetServerAddress()) ? kErrorNone : kErrorBusy); in Start()
|
/openthread-latest/src/core/meshcop/ |
D | dataset_updater.cpp | 75 VerifyOrExit(!IsUpdateOngoing(), error = kErrorBusy); in RequestUpdate()
|
D | joiner.cpp | 129 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Start()
|
D | dataset_manager.cpp | 441 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SyncLocalWithLeader()
|
/openthread-latest/src/core/utils/ |
D | ping_sender.cpp | 98 VerifyOrExit(!mTimer.IsRunning(), error = kErrorBusy); in Ping()
|
D | mesh_diag.cpp | 68 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in DiscoverTopology() 169 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in SendQuery()
|
D | channel_manager.cpp | 166 case kErrorBusy: in StartDatasetUpdate()
|
/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 98 VerifyOrExit(!mSubMac.IsTransmittingOrScanning(), error = kErrorBusy); in SetReceiveDone()
|
D | mac.cpp | 147 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in ActiveScan() 168 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in EnergyScan()
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.cpp | 218 VerifyOrExit(!mMlrPending, error = kErrorBusy); in SendMlr() 327 VerifyOrExit(!mRegisterPending, error = kErrorBusy); in RegisterMulticastListeners()
|
D | discover_scanner.cpp | 71 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Discover()
|
D | dua_manager.cpp | 432 VerifyOrExit(!mIsDuaPending, error = kErrorBusy); in PerformNextRegistration()
|
D | mle.cpp | 563 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild() 4457 VerifyOrExit(!mDetachingGracefully, error = kErrorBusy); in DetachGracefully()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 108 VerifyOrExit(radio.mState != Radio::kStateTransmit, error = kErrorBusy); in otPlatRadioSleep()
|
/openthread-latest/src/core/coap/ |
D | coap.cpp | 825 error = kErrorBusy; in ProcessBlock1Request() 835 if (error != kErrorNone && error != kErrorBusy && response != nullptr) in ProcessBlock1Request() 1371 case kErrorBusy: in ProcessReceivedRequest()
|