Home
last modified time | relevance | path

Searched defs:aService (Results 1 – 13 of 13) sorted by relevance

/external/openthread/src/core/api/
Dsrp_server_api.cpp158 const otSrpServerService *aService) in otSrpServerHostGetNextService()
172 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService) in otSrpServerServiceIsDeleted()
177 bool otSrpServerServiceIsSubType(const otSrpServerService *aService) in otSrpServerServiceIsSubType()
182 const char *otSrpServerServiceGetFullName(const otSrpServerService *aService) in otSrpServerServiceGetFullName()
187 const char *otSrpServerServiceGetInstanceName(const otSrpServerService *aService) in otSrpServerServiceGetInstanceName()
192 const char *otSrpServerServiceGetServiceName(const otSrpServerService *aService) in otSrpServerServiceGetServiceName()
197 otError otSrpServerServiceGetServiceSubTypeLabel(const otSrpServerService *aService, char *aLabel, … in otSrpServerServiceGetServiceSubTypeLabel()
202 uint16_t otSrpServerServiceGetPort(const otSrpServerService *aService) in otSrpServerServiceGetPort()
207 uint16_t otSrpServerServiceGetWeight(const otSrpServerService *aService) in otSrpServerServiceGetWeight()
212 uint16_t otSrpServerServiceGetPriority(const otSrpServerService *aService) in otSrpServerServiceGetPriority()
[all …]
Dsrp_client_api.cpp137 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService()
142 otError otSrpClientRemoveService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientRemoveService()
147 otError otSrpClientClearService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientClearService()
Dsrp_client_buffers_api.cpp60 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
/external/openthread/src/core/net/
Dsrp_client.cpp548 Error Client::AddService(Service &aService) in AddService()
564 Error Client::RemoveService(Service &aService) in RemoveService()
588 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove()
601 Error Client::ClearService(Service &aService) in ClearService()
955 Error Client::AppendServiceInstructions(Service &aService, Message &aMessage, Info &aInfo) in AppendServiceInstructions()
Dsrp_server.cpp1985 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
2018 Error Server::Host::AddCopyOfServiceAsDeletedIfNotPresent(const Service &aService, TimeMilli aUpdat… in AddCopyOfServiceAsDeletedIfNotPresent()
Dsrp_client.hpp871 void SetService(Service &aService) { mService = &aService; } in SetService()
Ddnssd_server.cpp811 const Srp::Server::Service *aService) in GetNextSrpService()
/external/openthread/src/core/thread/
Dnetwork_data_leader_ftd.cpp543 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService()
642 bool Leader::ContainsMatchingServer(const ServiceTlv *aService, const ServerTlv &aServer) in ContainsMatchingServer()
672 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) in UpdateService()
795 Error Leader::AddService(const ServiceTlv &aService, ChangedFlags &aChangedFlags) in AddService()
1185 void Leader::RemoveRlocInService(ServiceTlv & aService, in RemoveRlocInService()
Dnetwork_data_local.cpp232 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
Dnetwork_data.cpp478 void MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
/external/openthread/src/cli/
Dcli_srp_client.cpp494 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp432 void PublisherMDnsSd::HandleServiceRegisterResult(DNSServiceRef aService, in HandleServiceRegisterResult()
687 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
Dmdns_avahi.cpp884 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()