Home
last modified time | relevance | path

Searched refs:IndirectSender (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/thread/
Dindirect_sender.cpp48 const Mac::Address &IndirectSender::ChildInfo::GetMacAddress(Mac::Address &aMacAddress) const in GetMacAddress()
62 IndirectSender::IndirectSender(Instance &aInstance) in IndirectSender() function in ot::IndirectSender
73 void IndirectSender::Stop(void) in Stop()
92 void IndirectSender::AddMessageForSleepyChild(Message &aMessage, Child &aChild) in AddMessageForSleepyChild()
121 Error IndirectSender::RemoveMessageFromSleepyChild(Message &aMessage, Child &aChild) in RemoveMessageFromSleepyChild()
137 void IndirectSender::ClearAllMessagesForSleepyChild(Child &aChild) in ClearAllMessagesForSleepyChild()
160 void IndirectSender::SetChildUseShortAddress(Child &aChild, bool aUseShortAddress) in SetChildUseShortAddress()
170 void IndirectSender::HandleChildModeChange(Child &aChild, Mle::DeviceMode aOldMode) in HandleChildModeChange()
210 Message *IndirectSender::FindIndirectMessage(Child &aChild, bool aSupervisionTypeOnly) in FindIndirectMessage()
228 void IndirectSender::RequestMessageUpdate(Child &aChild) in RequestMessageUpdate()
[all …]
Dindirect_sender.hpp68 class IndirectSender : public InstanceLocator, public IndirectSenderBase, private NonCopyable class
85 friend class IndirectSender;
142 explicit IndirectSender(Instance &aInstance);
Dindirect_sender_frame_context.hpp75 friend class IndirectSender;
Dcsl_tx_scheduler.cpp51 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild()
59 Get<IndirectSender>().HandleSentFrameToChild(aFrame, aContext, aError, aChild); in HandleSentFrameToChild()
Dcsl_tx_scheduler.hpp64 friend class IndirectSender;
Dmesh_forwarder.hpp170 friend class IndirectSender;
607 IndirectSender mIndirectSender;
Dchild_table.cpp250 Get<IndirectSender>().SetChildUseShortAddress(*child, true); in Restore()
Dtopology.hpp841 public IndirectSender::ChildInfo,
Dmle_router.cpp2690 Get<IndirectSender>().HandleChildModeChange(*child, oldMode); in HandleChildUpdateRequest()
3237 Get<IndirectSender>().SetChildUseShortAddress(aChild, false); in SendChildIdResponse()
3537 Get<IndirectSender>().ClearAllMessagesForSleepyChild(static_cast<Child &>(aNeighbor)); in RemoveNeighbor()
/external/openthread/src/core/mac/
Ddata_poll_handler.cpp56 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild()
64 Get<IndirectSender>().HandleSentFrameToChild(aFrame, aContext, aError, aChild); in HandleSentFrameToChild()
69 Get<IndirectSender>().HandleFrameChangeDone(aChild); in HandleFrameChangeDone()
/external/openthread/src/core/common/
Dinstance.hpp782 template <> inline IndirectSender &Instance::Get(void) in Get()