Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dsrp_server_api.cpp160 const otSrpServerService *aService) in otSrpServerHostGetNextService()
165 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService) { return AsCoreType(aService).… in otSrpServerServiceIsDeleted()
167 const char *otSrpServerServiceGetInstanceName(const otSrpServerService *aService) in otSrpServerServiceGetInstanceName()
172 bool otSrpServerServiceMatchesInstanceName(const otSrpServerService *aService, const char *aInstanc… in otSrpServerServiceMatchesInstanceName()
177 const char *otSrpServerServiceGetInstanceLabel(const otSrpServerService *aService) in otSrpServerServiceGetInstanceLabel()
182 const char *otSrpServerServiceGetServiceName(const otSrpServerService *aService) in otSrpServerServiceGetServiceName()
187 bool otSrpServerServiceMatchesServiceName(const otSrpServerService *aService, const char *aServiceN… in otSrpServerServiceMatchesServiceName()
192 uint16_t otSrpServerServiceGetNumberOfSubTypes(const otSrpServerService *aService) in otSrpServerServiceGetNumberOfSubTypes()
197 const char *otSrpServerServiceGetSubTypeServiceNameAt(const otSrpServerService *aService, uint16_t … in otSrpServerServiceGetSubTypeServiceNameAt()
202 bool otSrpServerServiceHasSubTypeServiceName(const otSrpServerService *aService, const char *aSubTy… in otSrpServerServiceHasSubTypeServiceName()
[all …]
Dsrp_client_api.cpp128 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService()
133 otError otSrpClientRemoveService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientRemoveService()
138 otError otSrpClientClearService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientClearService()
Dsrp_client_buffers_api.cpp64 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
/external/openthread/src/core/net/
Dsrp_advertising_proxy.cpp206 template <> void AdvertisingProxy::UpdateAdvIdRangeOn(Service &aService) in UpdateAdvIdRangeOn()
320 void AdvertisingProxy::AdvertiseRemovalOf(Service &aService) in AdvertiseRemovalOf()
896 bool AdvertisingProxy::CompareAndUpdateService(Service &aService, Service &aExistingService) in CompareAndUpdateService()
991 void AdvertisingProxy::RegisterService(Service &aService) in RegisterService()
1046 void AdvertisingProxy::UnregisterService(Service &aService) in UnregisterService()
1083 void AdvertisingProxy::RegisterKey(Service &aService) in RegisterKey()
1140 void AdvertisingProxy::UnregisterKey(Service &aService) in UnregisterKey()
Ddnssd.cpp96 void Dnssd::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba… in RegisterService()
104 void Dnssd::UnregisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCall… in UnregisterService()
Dsrp_client.cpp598 Error Client::AddService(Service &aService) in AddService()
614 Error Client::RemoveService(Service &aService) in RemoveService()
628 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove()
636 Error Client::ClearService(Service &aService) in ClearService()
1120 bool Client::CanAppendService(const Service &aService) in CanAppendService()
1161 Error Client::AppendServiceInstruction(Service &aService, Message &aMessage, Info &aInfo) in AppendServiceInstruction()
Ddnssd_server.cpp508 Error Server::Response::AppendSrvRecord(const Srp::Server::Service &aService) in AppendSrvRecord()
606 Error Server::Response::AppendTxtRecord(const Srp::Server::Service &aService) in AppendTxtRecord()
Dsrp_server.cpp2129 void Server::Host::AddService(Service &aService) in AddService()
2135 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
/external/openthread/examples/platforms/simulation/
Ddnssd.c42 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
53 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/external/openthread/src/core/thread/
Dnetwork_data_leader_ftd.cpp434 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService()
533 bool Leader::ContainsMatchingServer(const ServiceTlv *aService, const ServerTlv &aServer) in ContainsMatchingServer()
560 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) { return UpdateTlv(aService, aServ… in UpdateService()
732 Error Leader::AddService(const ServiceTlv &aService, ChangedFlags &aChangedFlags) in AddService()
1088 void Leader::RemoveRlocInService(ServiceTlv &aService, in RemoveRlocInService()
Dnetwork_data_local.cpp245 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
Dnetwork_data.cpp710 bool MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
/external/openthread/tests/unit/
Dtest_srp_adv_proxy.cpp150 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
209 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
588 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
619 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
Dtest_srp_server.cpp294 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
325 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
Dtest_dns_client.cpp252 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
281 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
Dtest_platform.cpp751 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
762 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/external/openthread/src/cli/
Dcli_srp_client.cpp827 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
/external/ot-br-posix/src/android/
Dmdns_publisher.cpp370 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp948 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
Dmdns_avahi.cpp1038 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()