ESP-IDF
kRoleDisabled
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
kRoleDisabled
kRoleDisabled value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:111
kRoleDisabled
=
OT_DEVICE_ROLE_DISABLED
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kRoleDisabled
=
OT_DEVICE_ROLE_DISABLED
,
///< The Thread stack is disabled.
mle_types.hpp:111
case
Mle
::
kRoleDisabled
:
announce_sender.cpp:217
ot::AnnounceSender
ot::AnnounceSender::HandleRoleChanged()
case
Mle
::
kRoleDisabled
:
dataset_manager.cpp:329
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SaveLocal()
if
(
Get
<
Mle
::
MleRouter
>
(
)
.
GetRole
(
)
==
Mle
::
kRoleDisabled
)
ip6_filter.cpp:60
ot::Ip6::Filter
ot::Ip6::Filter::Accept() const
case
Mle
::
kRoleDisabled
:
ip6_mpl.cpp:313
ot::Ip6::Mpl
ot::Ip6::Mpl::DetermineMaxRetransmissions() const
,
mRole
(
kRoleDisabled
)
mle.cpp:56
ot::Mle::Mle
ot::Mle::Mle::Mle()
,
mLastSavedRole
(
kRoleDisabled
)
mle.cpp:57
ot::Mle::Mle
ot::Mle::Mle::Mle()
SetRole
(
kRoleDisabled
)
;
mle.cpp:231
ot::Mle::Mle
ot::Mle::Mle::Stop()
case
kRoleDisabled
:
mle.cpp:261
ot::Mle::Mle
ot::Mle::Mle::UpdateRoleTimeCounters()
case
kRoleDisabled
:
mle.cpp:294
ot::Mle::Mle
ot::Mle::Mle::SetRole()
if
(
!
IsChild
(
)
&&
oldRole
!=
kRoleDisabled
)
mle.cpp:312
ot::Mle::Mle
ot::Mle::Mle::SetRole()
if
(
!
channelMask
.
ContainsChannel
(
Get
<
Mac
::
Mac
>
(
)
.
GetPanChannel
(
)
)
&&
(
mRole
!=
kRoleDisabled
)
)
mle.cpp:1182
ot::Mle::Mle
ot::Mle::Mle::HandleNotifierEvents()
case
kRoleDisabled
:
mle.cpp:1972
ot::Mle::Mle
ot::Mle::Mle::SendChildUpdateRequest()
case
kRoleDisabled
:
mle.cpp:4267
ot::Mle::Mle
ot::Mle::Mle::DetachGracefully()
bool
IsDisabled
(
void
)
const
{
return
(
mRole
==
kRoleDisabled
)
;
}
mle.hpp:241
ot::Mle::Mle
ot::Mle::Mle::IsDisabled() const
case
kRoleDisabled
:
mle_router.cpp:154
ot::Mle::MleRouter
ot::Mle::MleRouter::SetRouterEligible()
case
kRoleDisabled
:
mle_router.cpp:547
ot::Mle::MleRouter
ot::Mle::MleRouter::SendAdvertisement()
case
kRoleDisabled
:
mle_router.cpp:603
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkRequest()
case
kRoleDisabled
:
mle_router.cpp:999
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
case
kRoleDisabled
:
mle_router.cpp:1379
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleParentRequest()
case
kRoleDisabled
:
mle_router.cpp:1537
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleTimeTick()
case
kRoleDisabled
:
mle_router.cpp:2083
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildIdRequest()
case
kRoleDisabled
:
mle_router.cpp:3869
ot::Mle::MleRouter::RouterRoleRestorer
ot::Mle::MleRouter::RouterRoleRestorer::Start()
ValidateNextEnum
(
kRoleDisabled
)
;
mle_types.cpp:206
ot::Mle::RoleToString()
case
Mle
::
kRoleDisabled
:
thread_ftd_api.cpp:183
otThreadBecomeRouter()
case
Mle
::
kRoleDisabled
:
trel_link.cpp:280
ot::Trel::Link
ot::Trel::Link::HandleTimer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kRoleDisabled
is read by 23 functions:
All items filtered out
kRoleDisabled
ot::Mle::Mle::IsDisabled() const
otThreadBecomeRouter()
ot::Trel::Link::HandleTimer()
ot::AnnounceSender::HandleRoleChanged()
ot::Mle::Mle::Mle()
ot::Mle::Mle::Stop()
ot::Mle::Mle::UpdateRoleTimeCounters()
ot::Mle::Mle::SetRole()
ot::Mle::Mle::HandleNotifierEvents()
ot::Mle::Mle::SendChildUpdateRequest()
ot::Mle::Mle::DetachGracefully()
ot::Mle::MleRouter::SetRouterEligible()
ot::Mle::MleRouter::SendAdvertisement()
ot::Mle::MleRouter::SendLinkRequest()
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleParentRequest()
ot::Mle::MleRouter::HandleTimeTick()
ot::Mle::MleRouter::HandleChildIdRequest()
ot::Mle::MleRouter::RouterRoleRestorer::Start()
ot::Mle::RoleToString()
ot::MeshCoP::DatasetManager::SaveLocal()
ot::Ip6::Filter::Accept() const
ot::Ip6::Mpl::DetermineMaxRetransmissions() const
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