Searched refs:DNSServiceErrorType (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/client/ |
D | transport_mdns.cpp | 51 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/ |
D | MDnsSdListener.h | 29 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,
|
D | MDnsSdListener.cpp | 88 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/ |
D | mdns.cpp | 52 DNSServiceErrorType errorCode, in mdns_callback()
|