ESP-IDF
ot::Message::GetDoNotEvict() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (3/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::Message::GetDoNotEvict() const
ot::Message::GetDoNotEvict() const method
Indicates whether the message may be evicted.
Syntax
Show:
Summary
Declaration
from
message.hpp:1201
bool
GetDoNotEvict
(
void
)
const
;
Return value
TRUE If the message must not be evicted. FALSE If the message may be evicted.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
GetDoNotEvict
(
void
)
const
{
return
GetMetadata
(
)
.
mDoNotEvict
;
}
message.hpp:1201
if
(
(
message
==
mSendMessage
)
||
!
message
->
IsDirectTransmission
(
)
||
message
->
GetDoNotEvict
(
)
)
mesh_forwarder.cpp:368
ot::MeshForwarder
ot::MeshForwarder::RemoveAgedMessages()
bool
originalEvictFlag
=
aMessage
.
GetDoNotEvict
(
)
;
mesh_forwarder.cpp:452
ot::MeshForwarder
ot::MeshForwarder::ApplyDirectTxQueueLimit()
if
(
message
->
GetDoNotEvict
(
)
)
mesh_forwarder_ftd.cpp:221
ot::MeshForwarder
ot::MeshForwarder::EvictMessage()
if
(
message
->
GetDoNotEvict
(
)
)
mesh_forwarder_ftd.cpp:242
ot::MeshForwarder
ot::MeshForwarder::EvictMessage()
Call Tree
from
examples
ot::Message::GetDoNotEvict() const
is called by 3 functions:
ot::MeshForwarder::RemoveAgedMessages()
ot::MeshForwarder::ApplyDirectTxQueueLimit()
ot::MeshForwarder::EvictMessage()
All items filtered out
ot::Message::GetDoNotEvict() const
All items filtered out
Data Use
from
examples
All items filtered out
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