ESP-IDF
ot::kErrorBusy
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorBusy
ot::kErrorBusy variable
Syntax
Show:
Summary
Declaration
from
error.hpp:59
constexpr
Error
kErrorBusy
=
OT_ERROR_BUSY
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorBusy
=
OT_ERROR_BUSY
;
error.hpp:59
VerifyOrExit
(
!
mMgmtPending
,
error
=
kErrorBusy
)
;
dataset_manager.cpp:441
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SyncLocalWithLeader()
VerifyOrExit
(
mState
==
kStateIdle
,
error
=
kErrorBusy
)
;
discover_scanner.cpp:71
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::Discover()
VerifyOrExit
(
!
mIsDuaPending
,
error
=
kErrorBusy
)
;
dua_manager.cpp:432
ot::DuaManager
ot::DuaManager::PerformNextRegistration()
VerifyOrExit
(
!
IsActiveScanInProgress
(
)
&&
!
IsEnergyScanInProgress
(
)
,
error
=
kErrorBusy
)
;
mac.cpp:144
ot::Mac::Mac
ot::Mac::Mac::ActiveScan()
VerifyOrExit
(
!
IsActiveScanInProgress
(
)
&&
!
IsEnergyScanInProgress
(
)
,
error
=
kErrorBusy
)
;
mac.cpp:165
ot::Mac::Mac
ot::Mac::Mac::EnergyScan()
error
=
kErrorBusy
;
mbedtls.cpp:152
ot::Crypto::MbedTls
ot::Crypto::MbedTls::MapError()
VerifyOrExit
(
mState
==
kStateIdle
,
error
=
kErrorBusy
)
;
mesh_diag.cpp:68
ot::Utils::MeshDiag
ot::Utils::MeshDiag::DiscoverTopology()
VerifyOrExit
(
mState
==
kStateIdle
,
error
=
kErrorBusy
)
;
mesh_diag.cpp:169
ot::Utils::MeshDiag
ot::Utils::MeshDiag::SendQuery()
VerifyOrExit
(
!
IsAttaching
(
)
,
error
=
kErrorBusy
)
;
mle.cpp:539
ot::Mle::Mle
ot::Mle::Mle::BecomeChild()
VerifyOrExit
(
!
mDetachingGracefully
,
error
=
kErrorBusy
)
;
mle.cpp:4244
ot::Mle::Mle
ot::Mle::Mle::DetachGracefully()
VerifyOrExit
(
!
mMlrPending
,
error
=
kErrorBusy
)
;
mlr_manager.cpp:218
ot::MlrManager
ot::MlrManager::SendMlr()
VerifyOrExit
(
!
mTimer
.
IsRunning
(
)
,
error
=
kErrorBusy
)
;
ping_sender.cpp:98
ot::Utils::PingSender
ot::Utils::PingSender::Ping()
error
=
(
aServerSockAddr
==
GetServerAddress
(
)
)
?
kErrorNone
:
kErrorBusy
)
;
srp_client.cpp:401
ot::Srp::Client
ot::Srp::Client::Start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorBusy
is read by 13 functions:
All items filtered out
ot::kErrorBusy
ot::Crypto::MbedTls::MapError()
ot::Mac::Mac::ActiveScan()
ot::Mac::Mac::EnergyScan()
ot::Mle::DiscoverScanner::Discover()
ot::DuaManager::PerformNextRegistration()
ot::Mle::Mle::BecomeChild()
ot::Mle::Mle::DetachGracefully()
ot::MlrManager::SendMlr()
ot::Utils::MeshDiag::DiscoverTopology()
ot::Utils::MeshDiag::SendQuery()
ot::Utils::PingSender::Ping()
ot::MeshCoP::DatasetManager::SyncLocalWithLeader()
ot::Srp::Client::Start()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out