Home
last modified time | relevance | path

Searched refs:IsWaitingForMessageUpdate (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dindirect_sender.hpp123 bool IsWaitingForMessageUpdate(void) const { return mWaitingForMessageUpdate; } in IsWaitingForMessageUpdate() function in ot::IndirectSender::NeighborInfo
Dindirect_sender.cpp261 VerifyOrExit(!aChild.IsWaitingForMessageUpdate()); in RequestMessageUpdate()
297 VerifyOrExit(aChild.IsWaitingForMessageUpdate()); in HandleFrameChangeDone()