Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd_agent.hpp67 void UpdateService(void);
Dnd_agent.cpp48 void Agent::UpdateService(void) in UpdateService() function in ot::NeighborDiscovery::Agent
Ddhcp6_server.hpp81 Error UpdateService(void);
Ddhcp6_server.cpp62 Error Server::UpdateService(void) in UpdateService() function in ot::Dhcp6::Server
/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp639 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) { return UpdateTlv(aService, aServ… in UpdateService() function in ot::NetworkData::Leader
848 IgnoreReturnValue(UpdateService(*dstService)); in AddService()
1087 if (UpdateService(*service) == kTlvRemoved) in RemoveRloc()
Dnetwork_data_leader.hpp650 UpdateStatus UpdateService(ServiceTlv &aService);
Dmle.cpp1161 IgnoreError(Get<Dhcp6::Server>().UpdateService()); in HandleNotifierEvents()
1165 Get<NeighborDiscovery::Agent>().UpdateService(); in HandleNotifierEvents()