Searched refs:instanceName (Results 1 – 4 of 4) sorted by relevance
103 string instanceName = in addHalServiceInstance() local112 halServiceInstances_[halName] = instanceName; in addHalServiceInstance()115 string VtsHalHidlTargetTestEnvBase::getServiceName(const string& instanceName, in getServiceName() argument117 if (halServiceInstances_.find(instanceName) != halServiceInstances_.end()) { in getServiceName()118 return halServiceInstances_[instanceName]; in getServiceName()121 cerr << "Does not find service name for " << instanceName in getServiceName()
120 string getServiceName(const string& instanceName, const string& defaultName);
44 string instanceName = fqInstanceName.substr(n + 1, std::string::npos); in parseFqInstaceName() local49 std::forward<Lambda>(func)(fqInterfaceName, instanceName, halName); in parseFqInstaceName()71 hidl_string instanceName; in FlushHALCoverage() local76 instanceName = instance; in FlushHALCoverage()82 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName); in FlushHALCoverage()
44 hidl_string instanceName = in SetHALInstrumentation() local46 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName); in SetHALInstrumentation()