/openthread-latest/tests/toranj/cli/ |
D | test-400-srp-client-server.py | 95 service = services[0] variable 114 service = services[0] variable
|
/openthread-latest/tests/scripts/thread-cert/ |
D | test_dnssd_name_with_special_chars.py | 110 def __verify_service(self, service): argument
|
D | test_netdata_publisher.py | 133 def verify_anycast_service(self, service): argument 150 def verify_unicast_service(self, service): argument
|
D | test_network_data.py | 118 def convert_service_to_bytearray(service): argument
|
D | node.py | 3489 def dns_resolve_service(self, instance, service, server=None, port=53): argument
|
/openthread-latest/src/core/net/ |
D | srp_server.cpp | 369 for (const Service &service : aHost.mServices) in HasNameConflictsWith() local 1009 Service *service; in ProcessServiceDiscoveryInstructions() local 1098 for (const Service &service : aHost.mServices) in ProcessServiceDiscoveryInstructions() local 1124 Service *service; in ProcessServiceDescriptionInstructions() local 1194 for (const Service &service : aHost.mServices) in ProcessServiceDescriptionInstructions() local 1369 Service *service; in HandleUpdate() local 1418 for (const Service &service : aHost.mServices) in InformUpdateHandlerOrCommit() local 1629 for (Service *service = host->mServices.GetHead(); service != nullptr; service = next) in HandleLeaseTimer() local 1671 for (Service *service = host->mServices.GetHead(); service != nullptr; service = next) in HandleLeaseTimer() local 2101 Service *service = Service::AllocateAndInit(aInstanceName, aInstanceLabel, *this, aUpdateTime); in AddNewService() local
|
D | srp_advertising_proxy.cpp | 176 for (const Service &service : aHost.mServices) in UpdateAdvIdRangeOn() local 248 Service *service; in AdvertiseRemovalOf() local
|
D | dnssd_server.cpp | 797 for (const Srp::Server::Service &service : host.GetServices()) in ResolveBySrp() local
|
/openthread-latest/src/cli/ |
D | README_SRP_SERVER.md | 188 ### service subsection
|
D | cli_srp_client.cpp | 618 const otSrpClientService *service; in Process() local 968 for (const otSrpClientService *service = aRemovedServices; service != nullptr; service = next) in HandleCallback() local
|
D | cli_mdns.cpp | 274 otMdnsService service; in ProcessRegisterService() local 458 otMdnsService service; in Process() local 533 otMdnsService service; in Process() local
|
D | README_SRP_CLIENT.md | 324 ### service subsection
|
D | cli_srp_server.cpp | 430 const otSrpServerService *service = nullptr; in Process() local
|
D | cli_network_data.cpp | 572 otServiceConfig service; in OutputNetworkData() local
|
D | README.md | 3608 ### service subsection
|
/openthread-latest/tests/unit/ |
D | test_srp_adv_proxy.cpp | 184 for (const Srp::Client::Service &service : srpClient.GetServices()) in otPlatDnssdRegisterService() local 232 for (const Srp::Client::Service &service : srpClient.GetServices()) in otPlatDnssdUnregisterService() local 336 … for (const Srp::Client::Service &service : AsCoreType(aInstance).Get<Srp::Client>().GetServices()) in otPlatDnssdRegisterKey() local 378 … for (const Srp::Client::Service &service : AsCoreType(aInstance).Get<Srp::Client>().GetServices()) in otPlatDnssdUnregisterKey() local 2077 for (const Srp::Server::Service &service : srpServer->GetNextHost(nullptr)->GetServices()) in TestSrpAdvProxyReplacedEntries() local 2183 for (const Srp::Server::Service &service : srpServer->GetNextHost(nullptr)->GetServices()) in TestSrpAdvProxyReplacedEntries() local
|
D | test_mdns.cpp | 2195 Core::Service service; in TestServiceReg() local 2486 Core::Service service; in TestUnregisterBeforeProbeFinished() local 2621 Core::Service service; in TestServiceSubTypeReg() local 2952 Core::Service service; in TestHostOrServiceAndKeyReg() local 3834 Core::Service service; in TestMultiPacket() local 4134 Core::Service service; in TestTxMessageSizeLimit() local 4449 Core::Service service; in TestServiceConflict() local 6939 Core::Service service; in TestLegacyUnicastResponse() local
|
D | test_srp_server.cpp | 844 const Srp::Server::Service *service; in TestUpdateLeaseShortVariant() local
|
/openthread-latest/src/core/thread/ |
D | network_data.cpp | 287 const ServiceTlv *service = As<ServiceTlv>(cur); in Iterate() local 363 ServiceConfig service; in ContainsService() local 387 ServiceConfig service; in ContainsEntriesFrom() local 503 ServiceConfig service; in FindRlocs() local
|
D | network_data_leader_ftd.cpp | 406 const ServiceTlv *service = As<ServiceTlv>(cur); in Validate() local 1019 const ServiceTlv *service; in FindServiceById() local 1076 ServiceTlv *service = As<ServiceTlv>(cur); in RemoveRloc() local
|
D | mle.cpp | 1238 NetworkData::ServiceConfig service; in UpdateServiceAlocs() local
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread_BR.py | 651 def mdns_query(self, service='_meshcop._udp.local', addrs_allowlist=(), addrs_denylist=()): argument 668 def _mdns_query_impl(self, service, find_active): argument
|
/openthread-latest/src/ncp/ |
D | ncp_base_mtd.cpp | 3980 const otSrpClientService *service; in HandlePropertyRemove() local 4094 const otSrpClientService *service; in HandleSrpClientCallback() local
|