Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/crypto/
Dmbedtls.cpp152 error = kErrorBusy; in MapError()
/openthread-3.5.0/src/core/common/
Derror.hpp61 constexpr Error kErrorBusy = OT_ERROR_BUSY; variable
/openthread-3.5.0/src/core/net/
Dtcp6_ext.cpp201 Error TcpCircularSendBuffer::Deinitialize(void) { return (mCapacityUsed != 0) ? kErrorBusy : kError… in Deinitialize()
Dsntp_client.cpp301 ExitNow(error = kErrorBusy); in HandleUdpReceive()
Dsrp_client.cpp287 error = (aServerSockAddr == GetServerAddress()) ? kErrorNone : kErrorBusy); in Start()
/openthread-3.5.0/src/core/meshcop/
Ddataset_updater.cpp62 VerifyOrExit(mDataset == nullptr, error = kErrorBusy); in RequestUpdate()
Ddataset_manager.cpp250 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SendSet()
456 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SendSetRequest()
Djoiner.cpp144 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Start()
/openthread-3.5.0/src/core/mac/
Dlink_raw.cpp104 VerifyOrExit(!mSubMac.IsTransmittingOrScanning(), error = kErrorBusy); in SetReceiveDone()
Dmac.cpp151 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in ActiveScan()
172 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in EnergyScan()
/openthread-3.5.0/src/core/utils/
Dping_sender.cpp104 VerifyOrExit(!mTimer.IsRunning(), error = kErrorBusy); in Ping()
Dchannel_manager.cpp119 case kErrorBusy: in StartDatasetUpdate()
Dmesh_diag.cpp73 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in DiscoverTopology()
175 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in SendQuery()
/openthread-3.5.0/src/core/thread/
Dmlr_manager.cpp220 VerifyOrExit(!mMlrPending, error = kErrorBusy); in SendMulticastListenerRegistration()
325 VerifyOrExit(!mRegisterMulticastListenersPending, error = kErrorBusy); in RegisterMulticastListeners()
Ddiscover_scanner.cpp78 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Discover()
Ddua_manager.cpp443 VerifyOrExit(!mIsDuaPending, error = kErrorBusy); in PerformNextRegistration()
Dmle.cpp558 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild()
4371 VerifyOrExit(!IsDetachingGracefully(), error = kErrorBusy); in DetachGracefully()
/openthread-3.5.0/src/core/coap/
Dcoap.cpp838 error = kErrorBusy; in ProcessBlock1Request()
848 if (error != kErrorNone && error != kErrorBusy && response != nullptr) in ProcessBlock1Request()
1384 case kErrorBusy: in ProcessReceivedRequest()