Home
last modified time | relevance | path

Searched refs:PrepareFrameForChild (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/src/core/mac/
Ddata_poll_handler.cpp50 inline Error DataPollHandler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild() function in ot::DataPollHandler::Callbacks
54 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild()
186 …VerifyOrExit(mCallbacks.PrepareFrameForChild(*frame, mFrameContext, *mIndirectTxChild) == kErrorNo… in HandleFrameRequest()
Ddata_poll_handler.hpp177 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
/openthread-2.7.6/src/core/thread/
Dcsl_tx_scheduler.cpp45 inline Error CslTxScheduler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild() function in ot::CslTxScheduler::Callbacks
49 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild()
181 …VerifyOrExit(mCallbacks.PrepareFrameForChild(*frame, mFrameContext, *mCslTxChild) == kErrorNone, f… in HandleFrameRequest()
Dcsl_tx_scheduler.hpp146 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
Dindirect_sender.hpp213 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
Dindirect_sender.cpp331 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild() function in ot::IndirectSender