Searched refs:SourceMatchController (Results 1 – 5 of 5) sorted by relevance
44 SourceMatchController::SourceMatchController(Instance &aInstance) in SourceMatchController() function in ot::SourceMatchController51 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 …]
70 class SourceMatchController : public InstanceLocator, private NonCopyable class78 explicit SourceMatchController(Instance &aInstance);
91 friend class SourceMatchController;288 SourceMatchController mSourceMatchController;
114 Get<SourceMatchController>().SetSrcMatchAsShort(*child, true); in HandleDataPoll()
843 template <> inline SourceMatchController &Instance::Get(void) in Get()