Home
last modified time | relevance | path

Searched refs:HandleServerDataUpdated (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp555 Get<Notifier>().HandleServerDataUpdated(); in HandleNotifierEvents()
586 Get<Notifier>().HandleServerDataUpdated(); in Add()
616 Get<Notifier>().HandleServerDataUpdated(); in Remove()
872 Get<Notifier>().HandleServerDataUpdated(); in Add()
919 Get<Notifier>().HandleServerDataUpdated(); in Remove()
Dnetwork_data_notifier.hpp78 void HandleServerDataUpdated(void);
Dnetwork_data_notifier.cpp62 void Notifier::HandleServerDataUpdated(void) in HandleServerDataUpdated() function in ot::NetworkData::Notifier
/openthread-latest/src/core/api/
Dserver_api.cpp86 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otServerRegister()
Dborder_router_api.cpp114 AsCoreType(aInstance).Get<NetworkData::Notifier>().HandleServerDataUpdated(); in otBorderRouterRegister()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp187 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in AddService()
201 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in RemoveService()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2428 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in AddOrUpdateLocalInNetData()
2451 Get<NetworkData::Notifier>().HandleServerDataUpdated(); in RemoveLocalFromNetData()