Home
last modified time | relevance | path

Searched refs:SourceMatchController (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp44 SourceMatchController::SourceMatchController(Instance &aInstance) in SourceMatchController() function in ot::SourceMatchController
51 void SourceMatchController::IncrementMessageCount(Child &aChild) in IncrementMessageCount()
61 void SourceMatchController::DecrementMessageCount(Child &aChild) in DecrementMessageCount()
80 void SourceMatchController::ResetMessageCount(Child &aChild) in ResetMessageCount()
86 void SourceMatchController::SetSrcMatchAsShort(Child &aChild, bool aUseShortAddress) in SetSrcMatchAsShort()
105 void SourceMatchController::ClearTable(void) in ClearTable()
112 void SourceMatchController::Enable(bool aEnable) in Enable()
119 void SourceMatchController::AddEntry(Child &aChild) in AddEntry()
138 Error SourceMatchController::AddAddress(const Child &aChild) in AddAddress()
159 void SourceMatchController::ClearEntry(Child &aChild) in ClearEntry()
[all …]
Dsrc_match_controller.hpp70 class SourceMatchController : public InstanceLocator, private NonCopyable class
78 explicit SourceMatchController(Instance &aInstance);
Dindirect_sender.hpp91 friend class SourceMatchController;
288 SourceMatchController mSourceMatchController;
/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp114 Get<SourceMatchController>().SetSrcMatchAsShort(*child, true); in HandleDataPoll()
/openthread-latest/src/core/instance/
Dinstance.hpp843 template <> inline SourceMatchController &Instance::Get(void) in Get()