Searched refs:PrepareFrameForChild (Results 1 – 6 of 6) sorted by relevance
/openthread-3.5.0/src/core/mac/ |
D | data_poll_handler.cpp | 52 inline Error DataPollHandler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild() function in ot::DataPollHandler::Callbacks 56 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild() 189 …VerifyOrExit(mCallbacks.PrepareFrameForChild(*frame, mFrameContext, *mIndirectTxChild) == kErrorNo… in HandleFrameRequest()
|
D | data_poll_handler.hpp | 177 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
|
/openthread-3.5.0/src/core/thread/ |
D | csl_tx_scheduler.cpp | 47 inline Error CslTxScheduler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild() function in ot::CslTxScheduler::Callbacks 51 return Get<IndirectSender>().PrepareFrameForChild(aFrame, aContext, aChild); in PrepareFrameForChild() 193 …VerifyOrExit(mCallbacks.PrepareFrameForChild(*frame, mFrameContext, *mCslTxChild) == kErrorNone, f… in HandleFrameRequest()
|
D | csl_tx_scheduler.hpp | 191 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
|
D | indirect_sender.hpp | 207 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
|
D | indirect_sender.cpp | 327 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild() function in ot::IndirectSender
|