/aosp_15_r20/external/openthread/src/core/api/ |
H A D | srp_server_api.cpp | 160 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 D | srp_client_api.cpp | 128 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 D | mdns_api.cpp | 85 const otMdnsService *aService, in otMdnsRegisterService() 94 otError otMdnsUnregisterService(otInstance *aInstance, const otMdnsService *aService) in otMdnsUnregisterService() 143 otMdnsService *aService, in otMdnsGetNextService()
|
H A D | srp_client_buffers_api.cpp | 64 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | srp_advertising_proxy.cpp | 206 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 D | srp_client.cpp | 761 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 D | dnssd.cpp | 120 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 D | mdns.cpp | 186 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 D | srp_server.cpp | 2110 void Server::Host::AddService(Service &aService) in AddService() 2116 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
|
H A D | dnssd_server.cpp | 525 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 D | network_data_leader_ftd.cpp | 513 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 D | network_data_local.cpp | 245 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
|
H A D | network_data.cpp | 710 bool MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_srp_adv_proxy.cpp | 150 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 D | test_srp_server.cpp | 294 void PrepareService1(Srp::Client::Service &aService) in PrepareService1() 325 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
|
H A D | test_dns_client.cpp | 252 void PrepareService1(Srp::Client::Service &aService) in PrepareService1() 281 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
|
H A D | test_platform.cpp | 839 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 850 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | dnssd.c | 42 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 53 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_mdns.cpp | 103 void Mdns::OutputService(const otMdnsService &aService) in OutputService() 288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
|
H A D | cli_srp_client.cpp | 827 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
|
/aosp_15_r20/external/openthread/tests/fuzz/ |
H A D | fuzzer_platform.cpp | 547 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 558 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/aosp_15_r20/external/ot-br-posix/src/android/ |
H A D | mdns_publisher.cpp | 385 … [&aType, &aInstanceName](const std::shared_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
|
/aosp_15_r20/external/ot-br-posix/src/mdns/ |
H A D | mdns_mdnssd.cpp | 945 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
|
H A D | mdns_avahi.cpp | 1035 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
|