Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A 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 …]
H A 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()
H A Dmdns_api.cpp85 const otMdnsService *aService, in otMdnsRegisterService()
94 otError otMdnsUnregisterService(otInstance *aInstance, const otMdnsService *aService) in otMdnsUnregisterService()
143 otMdnsService *aService, in otMdnsGetNextService()
H A Dsrp_client_buffers_api.cpp64 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
/aosp_15_r20/external/openthread/src/core/net/
H A 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()
H A Dsrp_client.cpp761 Error Client::AddService(Service &aService) in AddService()
777 Error Client::RemoveService(Service &aService) in RemoveService()
791 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove()
799 Error Client::ClearService(Service &aService) in ClearService()
1310 bool Client::CanAppendService(const Service &aService) in CanAppendService()
1351 Error Client::AppendServiceInstruction(Service &aService, MsgInfo &aInfo) in AppendServiceInstruction()
H A Ddnssd.cpp120 void Dnssd::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba… in RegisterService()
142 void Dnssd::UnregisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCall… in UnregisterService()
H A Dmdns.cpp186 Error Core::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba… in RegisterService()
191 Error Core::UnregisterService(const Service &aService) { return Unregister<ServiceEntry>(aService);… in UnregisterService()
215 Error Core::GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const in GetNextService()
1753 Error Core::ServiceEntry::Init(Instance &aInstance, const Service &aService) in Init()
1805 void Core::ServiceEntry::Register(const Service &aService, const Callback &aCallback) in Register()
1885 void Core::ServiceEntry::Unregister(const Service &aService) in Unregister()
2596 Error Core::ServiceEntry::CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterato… in CopyInfoTo()
6277 Error Core::EntryIterator::GetNextService(Service &aService, EntryState &aState) in GetNextService()
H A Dsrp_server.cpp2110 void Server::Host::AddService(Service &aService) in AddService()
2116 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
H A Ddnssd_server.cpp525 Error Server::Response::AppendSrvRecord(const Srp::Server::Service &aService) in AppendSrvRecord()
668 Error Server::Response::AppendTxtRecord(const Srp::Server::Service &aService) in AppendTxtRecord()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_leader_ftd.cpp513 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService()
612 bool Leader::ContainsMatchingServer(const ServiceTlv *aService, const ServerTlv &aServer) in ContainsMatchingServer()
639 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) { return UpdateTlv(aService, aServ… in UpdateService()
811 Error Leader::AddService(const ServiceTlv &aService, ChangedFlags &aChangedFlags) in AddService()
1167 void Leader::RemoveRlocInService(ServiceTlv &aService, in RemoveRlocInService()
H A Dnetwork_data_local.cpp245 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
H A Dnetwork_data.cpp710 bool MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_srp_adv_proxy.cpp150 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
209 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
592 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
623 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
H A Dtest_srp_server.cpp294 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
325 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
H A Dtest_dns_client.cpp252 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
281 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
H A Dtest_platform.cpp839 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
850 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Ddnssd.c42 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
53 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_mdns.cpp103 void Mdns::OutputService(const otMdnsService &aService) in OutputService()
288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
H A Dcli_srp_client.cpp827 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp547 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
558 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dmdns_publisher.cpp385 … [&aType, &aInstanceName](const std::shared_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns_mdnssd.cpp945 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
H A Dmdns_avahi.cpp1035 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()