Home
last modified time | relevance | path

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

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