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()479 list[idx++] = service->getInstanceName(); in listByInterface()737 .instanceName = service->getInstanceName(), in debugDump()
63 const std::string &getInstanceName() const;
66 const std::string &HidlService::getInstanceName() const { in getInstanceName() function in android::hidl::manager::implementation::HidlService