Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Dsrp_server.hpp478 …void RemoveService(Service *aService, bool aRetainName, bool aNotifyService…
766 void RemoveHost(Host *aHost, bool aRetainName, bool aNotifyServiceHandler);
Dsrp_server.cpp228 void Server::RemoveHost(Host *aHost, bool aRetainName, bool aNotifyServiceHandler) in RemoveHost() argument
235 if (aRetainName) in RemoveHost()
256 if (!aRetainName) in RemoveHost()
1671 void Server::Host::RemoveService(Service *aService, bool aRetainName, bool aNotifyServiceHandler) in RemoveService() argument
1679 aService->Log(aRetainName ? Service::kRemoveButRetainName : Service::kFullyRemove); in RemoveService()
1692 if (!aRetainName) in RemoveService()