Searched refs:getInstanceName (Results 1 – 3 of 3) sorted by relevance
179 mInstanceMap.insert({service->getInstanceName(), std::move(service)}); in insertService()208 service->getInstanceName(), in addPackageListener()212 << "/" << service->getInstanceName() << ": transport error " in addPackageListener()469 list[idx++] = service->getInstanceName(); in listByInterface()726 .instanceName = service->getInstanceName(), in debugDump()
64 const std::string &getInstanceName() const;
66 const std::string &HidlService::getInstanceName() const { in getInstanceName() function in android::hidl::manager::implementation::HidlService