Searched defs:errorCode (Results 1 - 1 of 1) sorted by path

/system/netd/
H A DMDnsSdListener.cpp97 uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName,
103 if (errorCode != kDNSServiceErr_NoError) {
104 asprintf(&msg, "%d %d", refNumber, errorCode);
106 if (DBG) ALOGE("discover failure for %d, error= %d", refNumber, errorCode);
190 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
195 if (errorCode != kDNSServiceErr_NoError) {
196 asprintf(&msg, "%d %d", refNumber, errorCode);
198 if (DBG) ALOGE("register failure for %d, error= %d", refNumber, errorCode);
244 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port,
250 if (errorCode !
96 MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *replyDomain, void *inContext) argument
189 MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *domain, void *inContext) argument
243 MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *inContext) argument
298 MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *hostname, const struct sockaddr *const sa, uint32_t ttl, void *inContext) argument
356 MDnsSdListenerSetHostnameCallback(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *hostname, void *inContext) argument
[all...]

Completed in 5 milliseconds