Home
last modified time | relevance | path

Searched refs:NotifyPrefixEntryChange (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp212 void Publisher::NotifyPrefixEntryChange(Event aEvent, const Ip6::Prefix &aPrefix) const in NotifyPrefixEntryChange() function in ot::NetworkData::Publisher
874 Get<Publisher>().NotifyPrefixEntryChange(kEventEntryAdded, mPrefix); in Add()
920 Get<Publisher>().NotifyPrefixEntryChange(kEventEntryRemoved, mPrefix); in Remove()
Dnetwork_data_publisher.hpp509 void NotifyPrefixEntryChange(Event aEvent, const Ip6::Prefix &aPrefix) const;