Home
last modified time | relevance | path

Searched refs:kErrorBusy (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/src/core/crypto/
Dmbedtls.cpp152 error = kErrorBusy; in MapError()
/openthread-latest/src/core/common/
Derror.hpp59 constexpr Error kErrorBusy = OT_ERROR_BUSY; variable
/openthread-latest/src/core/net/
Dtcp6_ext.cpp196 Error TcpCircularSendBuffer::Deinitialize(void) { return (mCapacityUsed != 0) ? kErrorBusy : kError… in Deinitialize()
Dsntp_client.cpp285 ExitNow(error = kErrorBusy); in HandleUdpReceive()
Dsrp_client.cpp401 error = (aServerSockAddr == GetServerAddress()) ? kErrorNone : kErrorBusy); in Start()
/openthread-latest/src/core/meshcop/
Ddataset_updater.cpp75 VerifyOrExit(!IsUpdateOngoing(), error = kErrorBusy); in RequestUpdate()
Djoiner.cpp129 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Start()
Ddataset_manager.cpp441 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SyncLocalWithLeader()
/openthread-latest/src/core/utils/
Dping_sender.cpp98 VerifyOrExit(!mTimer.IsRunning(), error = kErrorBusy); in Ping()
Dmesh_diag.cpp68 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in DiscoverTopology()
169 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in SendQuery()
Dchannel_manager.cpp166 case kErrorBusy: in StartDatasetUpdate()
/openthread-latest/src/core/mac/
Dlink_raw.cpp98 VerifyOrExit(!mSubMac.IsTransmittingOrScanning(), error = kErrorBusy); in SetReceiveDone()
Dmac.cpp147 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in ActiveScan()
168 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in EnergyScan()
/openthread-latest/src/core/thread/
Dmlr_manager.cpp218 VerifyOrExit(!mMlrPending, error = kErrorBusy); in SendMlr()
327 VerifyOrExit(!mRegisterPending, error = kErrorBusy); in RegisterMulticastListeners()
Ddiscover_scanner.cpp71 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Discover()
Ddua_manager.cpp432 VerifyOrExit(!mIsDuaPending, error = kErrorBusy); in PerformNextRegistration()
Dmle.cpp563 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild()
4457 VerifyOrExit(!mDetachingGracefully, error = kErrorBusy); in DetachGracefully()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp108 VerifyOrExit(radio.mState != Radio::kStateTransmit, error = kErrorBusy); in otPlatRadioSleep()
/openthread-latest/src/core/coap/
Dcoap.cpp825 error = kErrorBusy; in ProcessBlock1Request()
835 if (error != kErrorNone && error != kErrorBusy && response != nullptr) in ProcessBlock1Request()
1371 case kErrorBusy: in ProcessReceivedRequest()