Home
last modified time | relevance | path

Searched defs:service_instance (Results 1 – 4 of 4) sorted by relevance

/external/openthread/tests/scripts/thread-cert/border_router/
Dtest_advertising_proxy.py224 def host_check_mdns_service(self, host, host_addr, service_instance, service_port=12345): argument
236 … def check_host_and_service(self, server, client, host_addr, service_instance, service_port=12345): argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc44 CompileOnlyService::AotXlaComputationInstance& service_instance = in CompileAheadOfTime() local
/external/mdnsresponder/mDNSShared/
Duds_daemon.c109 typedef struct service_instance struct
111 struct service_instance *next; argument
120 } service_instance; argument
/external/openscreen/discovery/dnssd/impl/
Dservice_dispatcher.cc132 for (auto& service_instance : service_instances_) { in DeregisterAll() local