Searched refs:kErrorBusy (Results 1 – 18 of 18) sorted by relevance
/openthread-3.5.0/src/core/crypto/ |
D | mbedtls.cpp | 152 error = kErrorBusy; in MapError()
|
/openthread-3.5.0/src/core/common/ |
D | error.hpp | 61 constexpr Error kErrorBusy = OT_ERROR_BUSY; variable
|
/openthread-3.5.0/src/core/net/ |
D | tcp6_ext.cpp | 201 Error TcpCircularSendBuffer::Deinitialize(void) { return (mCapacityUsed != 0) ? kErrorBusy : kError… in Deinitialize()
|
D | sntp_client.cpp | 301 ExitNow(error = kErrorBusy); in HandleUdpReceive()
|
D | srp_client.cpp | 287 error = (aServerSockAddr == GetServerAddress()) ? kErrorNone : kErrorBusy); in Start()
|
/openthread-3.5.0/src/core/meshcop/ |
D | dataset_updater.cpp | 62 VerifyOrExit(mDataset == nullptr, error = kErrorBusy); in RequestUpdate()
|
D | dataset_manager.cpp | 250 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SendSet() 456 VerifyOrExit(!mMgmtPending, error = kErrorBusy); in SendSetRequest()
|
D | joiner.cpp | 144 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Start()
|
/openthread-3.5.0/src/core/mac/ |
D | link_raw.cpp | 104 VerifyOrExit(!mSubMac.IsTransmittingOrScanning(), error = kErrorBusy); in SetReceiveDone()
|
D | mac.cpp | 151 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in ActiveScan() 172 VerifyOrExit(!IsActiveScanInProgress() && !IsEnergyScanInProgress(), error = kErrorBusy); in EnergyScan()
|
/openthread-3.5.0/src/core/utils/ |
D | ping_sender.cpp | 104 VerifyOrExit(!mTimer.IsRunning(), error = kErrorBusy); in Ping()
|
D | channel_manager.cpp | 119 case kErrorBusy: in StartDatasetUpdate()
|
D | mesh_diag.cpp | 73 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in DiscoverTopology() 175 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in SendQuery()
|
/openthread-3.5.0/src/core/thread/ |
D | mlr_manager.cpp | 220 VerifyOrExit(!mMlrPending, error = kErrorBusy); in SendMulticastListenerRegistration() 325 VerifyOrExit(!mRegisterMulticastListenersPending, error = kErrorBusy); in RegisterMulticastListeners()
|
D | discover_scanner.cpp | 78 VerifyOrExit(mState == kStateIdle, error = kErrorBusy); in Discover()
|
D | dua_manager.cpp | 443 VerifyOrExit(!mIsDuaPending, error = kErrorBusy); in PerformNextRegistration()
|
D | mle.cpp | 558 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild() 4371 VerifyOrExit(!IsDetachingGracefully(), error = kErrorBusy); in DetachGracefully()
|
/openthread-3.5.0/src/core/coap/ |
D | coap.cpp | 838 error = kErrorBusy; in ProcessBlock1Request() 848 if (error != kErrorNone && error != kErrorBusy && response != nullptr) in ProcessBlock1Request() 1384 case kErrorBusy: in ProcessReceivedRequest()
|