ESP-IDF
ot::Neighbor::IsStateInvalid() const
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
ot::Neighbor::IsStateInvalid() const
ot::Neighbor::IsStateInvalid() const method
Indicates whether the neighbor is in the Invalid state.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:221
bool
IsStateInvalid
(
void
)
const
;
Return value
TRUE if the neighbor is in the Invalid state, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsStateInvalid
(
void
)
const
{
return
(
mState
==
kStateInvalid
)
;
}
neighbor.hpp:221
if
(
child
->
IsStateInvalid
(
)
)
child_table.cpp:304
ot::ChildTable::RefreshStoredChildren()
if
(
GetParent
(
)
.
IsStateInvalid
(
)
)
data_poll_sender.cpp:206
ot::DataPollSender
ot::DataPollSender::HandlePollSent()
VerifyOrExit
(
!
aNeighbor
.
IsStateInvalid
(
)
)
;
mle_router.cpp:3103
ot::Mle::MleRouter
ot::Mle::MleRouter::RemoveNeighbor()
matches
=
IsStateInvalid
(
)
;
neighbor.cpp:162
ot::Neighbor
ot::Neighbor::MatchesFilter() const
matches
=
!
IsStateInvalid
(
)
;
neighbor.cpp:166
ot::Neighbor
ot::Neighbor::MatchesFilter() const
VerifyOrExit
(
!
aNeighbor
.
IsStateInvalid
(
)
)
;
trel_link.cpp:298
ot::Trel::Link
ot::Trel::Link::HandleTimer()
VerifyOrExit
(
!
aNeighbor
.
IsStateInvalid
(
)
)
;
trel_link.cpp:307
ot::Trel::Link
ot::Trel::Link::HandleTimer()
VerifyOrExit
(
!
neighbor
->
IsStateInvalid
(
)
)
;
trel_link.cpp:411
ot::Trel::Link
ot::Trel::Link::HandleAck()
Call Tree
from
examples
ot::Neighbor::IsStateInvalid() const
is called by 5 functions:
ot::DataPollSender::HandlePollSent()
ot::Trel::Link::HandleTimer()
ot::Trel::Link::HandleAck()
ot::Mle::MleRouter::RemoveNeighbor()
ot::Neighbor::MatchesFilter() const
All items filtered out
ot::Neighbor::IsStateInvalid() const
All items filtered out
Data Use
from
examples
ot::Neighbor::IsStateInvalid() const
reads 2 variables and writes 1 variable:
ot::Neighbor::State::kStateInvalid
ot::Neighbor::mState
All items filtered out
ot::Neighbor::IsStateInvalid() const
ot::ChildTable::RefreshStoredChildren()
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