Searched refs:mdns_get_connect_service_info (Results 1 – 4 of 4) sorted by relevance
82 std::optional<MdnsInfo> mdns_get_connect_service_info(const std::string& name);89 std::optional<MdnsInfo> (*_Nonnull mdns_get_connect_service_info)(const std::string&);
209 if (auto mdns_info = mdns_get_connect_service_info(std::string(address.substr(4))); in socket_spec_connect()
593 std::optional<MdnsInfo> mdns_get_connect_service_info(const std::string& name) { in mdns_get_connect_service_info() function695 .mdns_get_connect_service_info = MdnsResponder::mdns_get_connect_service_info, in StartMdnsResponderDiscovery()
301 std::optional<MdnsInfo> mdns_get_connect_service_info(const std::string& name) { in mdns_get_connect_service_info() function305 return g_adb_mdnsresponder_funcs.mdns_get_connect_service_info(name); in mdns_get_connect_service_info()