Home
last modified time | relevance | path

Searched refs:DNSServiceErrorType (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/client/
Dtransport_mdns.cpp51 DNSServiceErrorType errorCode,
108 DNSServiceErrorType ret = in ResolvedService()
161 DNSServiceErrorType /*errorCode*/, in register_service_ip() argument
175 DNSServiceErrorType errorCode,
189 DNSServiceErrorType ret = in DiscoveredService()
212 DNSServiceErrorType errorCode, in register_resolved_mdns_service()
245 DNSServiceErrorType errorCode, in register_mdns_transport()
265 DNSServiceErrorType errorCode = DNSServiceBrowse(&service_ref, 0, 0, kADBServiceType, nullptr, in init_mdns_transport_discovery_thread()
/system/netd/server/
DMDnsSdListener.h29 uint32_t interfaceIndex, DNSServiceErrorType errorCode,
34 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
38 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port,
42 DNSServiceErrorType errorCode, const char *hostname, void *inContext);
45 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname,
DMDnsSdListener.cpp88 DNSServiceErrorType result = DNSServiceBrowse(ref, nativeFlags, interfaceInt, regType, in discover()
104 uint32_t /* interfaceIndex */, DNSServiceErrorType errorCode, const char *serviceName, in MDnsSdListenerDiscoverCallback()
179 DNSServiceErrorType result = DNSServiceRegister(ref, interfaceInt, nativeFlags, serviceName, in serviceRegister()
197 DNSServiceErrorType errorCode, const char *serviceName, const char * /* regType */, in MDnsSdListenerRegisterCallback()
234 DNSServiceErrorType result = DNSServiceResolve(ref, nativeFlags, interfaceInt, serviceName, in resolveService()
251 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *fullname, in MDnsSdListenerResolveCallback()
300 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol, in getAddrInfo()
317 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *hostname, in MDnsSdListenerGetAddrInfoCallback()
359 DNSServiceErrorType result = DNSSetHostname(ref, nativeFlags, hostname, in setHostname()
375 DNSServiceErrorType errorCode, const char *hostname, void *inContext) { in MDnsSdListenerSetHostnameCallback()
/system/core/adb/daemon/
Dmdns.cpp52 DNSServiceErrorType errorCode, in mdns_callback()