Lines Matching refs:Service
104 Error Client::Service::Init(void) in Init()
122 bool Client::Service::SetState(ItemState aState) in SetState()
160 bool Client::Service::Matches(const Service &aOther) const in Matches()
778 Error Client::AddService(Service &aService) in AddService()
794 Error Client::RemoveService(Service &aService) in RemoveService()
797 LinkedList<Service> removedServices; in RemoveService()
808 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove()
816 Error Client::ClearService(Service &aService) in ClearService()
846 for (Service &service : mServices) in RemoveHostAndServices()
932 for (Service &service : mServices) in ChangeHostAndServiceStates()
973 void Client::InvokeCallback(Error aError, const HostInfo &aHostInfo, const Service *aRemovedService… in InvokeCallback()
1221 for (Service &service : mServices) in AppendServiceInstructions()
1239 for (Service &service : mServices) in AppendServiceInstructions()
1273 for (Service &service : mServices) in AppendServiceInstructions()
1294 for (Service &service : mServices) in AppendServiceInstructions()
1327 bool Client::CanAppendService(const Service &aService) in CanAppendService()
1368 Error Client::AppendServiceInstruction(Service &aService, MsgInfo &aInfo) in AppendServiceInstruction()
1778 LinkedList<Service> removedServices; in ProcessResponse()
1911 for (Service &service : mServices) in ProcessResponse()
1946 LinkedList<Service> removedServices; in HandleUpdateDone()
1960 void Client::GetRemovedServices(LinkedList<Service> &aRemovedServices) in GetRemovedServices()
2073 for (Service &service : mServices) in UpdateState()
2151 bool Client::ShouldRenewEarly(const Service &aService) const in ShouldRenewEarly()
2294 if (SelectUnicastEntry(NetworkData::Service::kAddrInServiceData, unicastInfo) == kErrorNone) in ProcessAutoStart()
2299 …else if (Get<NetworkData::Service::Manager>().FindPreferredDnsSrpAnycastInfo(anycastInfo) == kErro… in ProcessAutoStart()
2319 else if (SelectUnicastEntry(NetworkData::Service::kAddrInServerData, unicastInfo) == kErrorNone) in ProcessAutoStart()
2402 NetworkData::Service::Manager::Iterator iterator; in SelectUnicastEntry()
2413 …while (Get<NetworkData::Service::Manager>().GetNextDnsSrpUnicastInfo(iterator, aType, unicastInfo)… in SelectUnicastEntry()
2467 DnsSrpUnicastType type = NetworkData::Service::kAddrInServiceData; in SelectNextServer()
2479 type = NetworkData::Service::kAddrInServiceData; in SelectNextServer()
2483 type = NetworkData::Service::kAddrInServerData; in SelectNextServer()
2507 NetworkData::Service::Manager::Iterator iterator; in SelectNextServer()
2509 …while (Get<NetworkData::Service::Manager>().GetNextDnsSrpUnicastInfo(iterator, type, unicastInfo) … in SelectNextServer()