ESP-IDF
kAccept
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kAccept
kAccept value
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:525
kAccept
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kAccept
=
1
,
///< Accept
meshcop_tlvs.hpp:525
if
(
state
==
StateTlv
::
kAccept
)
border_agent.cpp:185
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleCoapResponse()
state
=
StateTlv
::
kAccept
;
dataset_manager_ftd.cpp:216
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::HandleSetOrReplace()
return
(
state
==
StateTlv
::
kAccept
)
?
kErrorNone
:
kErrorDrop
;
dataset_manager_ftd.cpp:233
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::HandleSetOrReplace()
state
=
StateTlv
::
kAccept
;
meshcop_leader.cpp:80
ot::MeshCoP::Leader
ot::MeshCoP::Leader::HandleTmf()
if
(
aState
==
StateTlv
::
kAccept
)
meshcop_leader.cpp:104
ot::MeshCoP::Leader
ot::MeshCoP::Leader::SendPetitionResponse()
else
if
(
state
!=
StateTlv
::
kAccept
)
meshcop_leader.cpp:139
ot::MeshCoP::Leader
ot::MeshCoP::Leader::HandleTmf()
responseState
=
StateTlv
::
kAccept
;
meshcop_leader.cpp:154
ot::MeshCoP::Leader
ot::MeshCoP::Leader::HandleTmf()
static_assert
(
1
==
kAccept
,
"kAccept value is incorrect"
)
;
meshcop_tlvs.cpp:100
ot::MeshCoP::StateTlv
ot::MeshCoP::StateTlv::StateToString()
state
=
MeshCoP
::
StateTlv
::
kAccept
;
network_data_leader_ftd.cpp:293
ot::NetworkData::Leader
ot::NetworkData::Leader::HandleTmf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kAccept
is read by 6 functions:
All items filtered out
kAccept
ot::NetworkData::Leader::HandleTmf()
ot::MeshCoP::BorderAgent::HandleCoapResponse()
ot::MeshCoP::DatasetManager::HandleSetOrReplace()
ot::MeshCoP::Leader::HandleTmf()
ot::MeshCoP::Leader::SendPetitionResponse()
ot::MeshCoP::StateTlv::StateToString()
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