Home
last modified time | relevance | path

Searched refs:IsChildPending (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/src/core/common/
Dmessage.hpp919 bool IsChildPending(void) const;
Dmessage.cpp696 bool Message::IsChildPending(void) const in IsChildPending() function in ot::Message
/openthread-2.7.6/src/core/thread/
Dmesh_forwarder_ftd.cpp231 if (message->IsChildPending()) in EvictMessage()
Dmesh_forwarder.cpp1111 VerifyOrExit(!aMessage.GetDirectTransmission() && !aMessage.IsChildPending()); in RemoveMessageIfNoPendingTx()