ESP-IDF
ot::kErrorAlready
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorAlready
ot::kErrorAlready variable
Syntax
Show:
Summary
Declaration
from
error.hpp:78
constexpr
Error
kErrorAlready
=
OT_ERROR_ALREADY
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorAlready
=
OT_ERROR_ALREADY
;
error.hpp:78
VerifyOrExit
(
mMeshLocalIid
.
IsUnspecified
(
)
,
error
=
kErrorAlready
)
;
child.cpp:195
ot::Child
ot::Child::AddIp6Address()
VerifyOrExit
(
!
mIp6Addresses
.
ContainsMatching
(
aAddress
)
,
error
=
kErrorAlready
)
;
child.cpp:200
ot::Child
ot::Child::AddIp6Address()
Error
error
=
kErrorAlready
;
coap_secure.cpp:78
ot::Coap::CoapSecure
ot::Coap::CoapSecure::Open()
VerifyOrExit
(
mNetworkTimestamp
<
mLocalTimestamp
,
error
=
kErrorAlready
)
;
dataset_manager.cpp:444
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SyncLocalWithLeader()
if
(
error
!=
kErrorAlready
)
dataset_manager.cpp:468
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SyncLocalWithLeader()
VerifyOrExit
(
!
mMgmtPending
,
error
=
kErrorAlready
)
;
dataset_manager.cpp:480
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SendSetRequest()
VerifyOrExit
(
!
mLocalTimestamp
.
IsValid
(
)
,
error
=
kErrorAlready
)
;
dataset_manager_ftd.cpp:266
ot::MeshCoP::ActiveDatasetManager
ot::MeshCoP::ActiveDatasetManager::GenerateLocal()
VerifyOrExit
(
size
!=
0
,
error
=
kErrorAlready
)
;
ip6_headers.cpp:124
ot::Ip6::PadOption
ot::Ip6::PadOption::InitToPadHeaderWithSize()
ExitNow
(
error
=
kErrorAlready
)
;
mle.cpp:1676
ot::Mle::Mle
ot::Mle::Mle::SendChildIdRequest()
VerifyOrExit
(
!
neighbor
->
IsStateLinkRequest
(
)
,
error
=
kErrorAlready
)
;
mle_router.cpp:682
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkRequest()
VerifyOrExit
(
child
!=
nullptr
,
error
=
kErrorAlready
)
;
mle_router.cpp:1955
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildIdRequest()
VerifyOrExit
(
!
IsMulticastSubscribed
(
aAddress
)
,
error
=
kErrorAlready
)
;
netif.cpp:298
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeExternalMulticast()
ExitNow
(
error
=
kErrorAlready
)
;
network_name.cpp:94
ot::MeshCoP::NetworkName
ot::MeshCoP::NetworkName::Set()
case
kErrorAlready
:
network_name.cpp:134
ot::MeshCoP::NetworkNameManager
ot::MeshCoP::NetworkNameManager::SignalNetworkNameChange()
return
(
error
==
kErrorAlready
)
?
kErrorNone
:
error
;
network_name.cpp:151
ot::MeshCoP::NetworkNameManager
ot::MeshCoP::NetworkNameManager::SetDomainName()
return
(
error
==
kErrorAlready
)
?
kErrorNone
:
error
;
network_name.cpp:158
ot::MeshCoP::NetworkNameManager
ot::MeshCoP::NetworkNameManager::SetDomainName()
VerifyOrExit
(
!
callback
.
Matches
(
aCallback
,
aContext
)
,
error
=
kErrorAlready
)
;
notifier.cpp:61
ot::Notifier
ot::Notifier::RegisterCallback()
VerifyOrExit
(
IsStateClosed
(
)
,
error
=
kErrorAlready
)
;
secure_transport.cpp:146
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Open()
VerifyOrExit
(
!
mTransportCallback
.
IsSet
(
)
,
error
=
kErrorAlready
)
;
secure_transport.cpp:241
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Bind()
VerifyOrExit
(
!
mSocket
.
IsBound
(
)
,
error
=
kErrorAlready
)
;
secure_transport.cpp:254
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Bind()
VerifyOrExit
(
!
mTransportCallback
.
IsSet
(
)
,
error
=
kErrorAlready
)
;
secure_transport.cpp:255
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Bind()
VerifyOrExit
(
mServices
.
FindMatching
(
aService
)
==
nullptr
,
error
=
kErrorAlready
)
;
srp_client.cpp:781
ot::Srp::Client
ot::Srp::Client::AddService()
VerifyOrExit
(
mHostInfo
.
GetState
(
)
!=
kRemoved
,
error
=
kErrorAlready
)
;
srp_client.cpp:834
ot::Srp::Client
ot::Srp::Client::RemoveHostAndServices()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorAlready
is read by 18 functions:
All items filtered out
ot::kErrorAlready
ot::Notifier::RegisterCallback()
ot::Child::AddIp6Address()
ot::Mle::Mle::SendChildIdRequest()
ot::Mle::MleRouter::HandleLinkRequest()
ot::Mle::MleRouter::HandleChildIdRequest()
ot::Coap::CoapSecure::Open()
ot::MeshCoP::DatasetManager::SyncLocalWithLeader()
ot::MeshCoP::DatasetManager::SendSetRequest()
ot::MeshCoP::ActiveDatasetManager::GenerateLocal()
ot::MeshCoP::NetworkName::Set()
ot::MeshCoP::NetworkNameManager::SignalNetworkNameChange()
ot::MeshCoP::NetworkNameManager::SetDomainName()
ot::MeshCoP::SecureTransport::Open()
ot::MeshCoP::SecureTransport::Bind()
ot::Ip6::PadOption::InitToPadHeaderWithSize()
ot::Ip6::Netif::SubscribeExternalMulticast()
ot::Srp::Client::AddService()
ot::Srp::Client::RemoveHostAndServices()
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