Searched refs:fullname (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dtransport_mdns.cpp177 const char* fullname,
214 const char* fullname,
210 register_resolved_mdns_service(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char* fullname, const char* hosttarget, uint16_t port, uint16_t , const unsigned char* , void* context) argument
/system/netd/server/
H A DMDnsSdListener.h37 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port,
H A DMDnsSdListener.cpp247 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *fullname,
259 char *quotedFullName = SocketClient::quoteArg(fullname);
277 refNumber, fullname, hosttarget, port, txtLen);
246 MDnsSdListenerResolveCallback(DNSServiceRef , DNSServiceFlags , uint32_t , DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord , void *inContext) argument
/system/core/init/
H A Dservice.cpp508 const std::string fullname = interface_name + "/" + instance_name; local
511 if (svc->interfaces().count(fullname) > 0) {
512 return Error() << "Interface '" << fullname << "' redefined in " << name()
517 interfaces_.insert(fullname);

Completed in 667 milliseconds