Searched defs:requestId (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DMDnsSdListener.cpp63 const int requestId,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
69 Context *context = new Context(requestId, mListener);
70 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
72 ALOGE("requestId %d already in use during discover call", requestId);
84 ALOGE("Discover request %d got an error from DNSServiceBrowse %d", requestId, result);
85 mMonitor->freeServiceRef(requestId);
90 mMonitor->startMonitoring(requestId);
138 int requestId local
59 discover(SocketClient *cli, const char *iface, const char *regType, const char *domain, const int requestId, const int requestFlags) argument
154 serviceRegister(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *serviceType, const char *domain, const char *host, int port, int txtLen, void *txtRecord) argument
210 resolveService(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *regType, const char *domain) argument
269 getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName, uint32_t protocol, const char *hostname) argument
329 setHostname(SocketClient *cli, int requestId, const char *hostname) argument
411 int requestId = atoi(argv[2]); local
423 int requestId = atoi(argv[2]); local
443 int requestId = atoi(argv[2]); local
469 int requestId = atoi(argv[2]); local
480 int requestId = atoi(argv[2]); local
[all...]

Completed in 52 milliseconds