Home
last modified time | relevance | path

Searched refs:instanceName (Results 1 – 4 of 4) sorted by relevance

/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.cpp103 string instanceName = in addHalServiceInstance() local
112 halServiceInstances_[halName] = instanceName; in addHalServiceInstance()
115 string VtsHalHidlTargetTestEnvBase::getServiceName(const string& instanceName, in getServiceName() argument
117 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()
DVtsHalHidlTargetTestEnvBase.h120 string getServiceName(const string& instanceName, const string& defaultName);
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp44 string instanceName = fqInstanceName.substr(n + 1, std::string::npos); in parseFqInstaceName() local
49 std::forward<Lambda>(func)(fqInterfaceName, instanceName, halName); in parseFqInstaceName()
71 hidl_string instanceName; in FlushHALCoverage() local
76 instanceName = instance; in FlushHALCoverage()
82 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName); in FlushHALCoverage()
/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp44 hidl_string instanceName = in SetHALInstrumentation() local
46 Return<sp<IBase>> interfaceRet = sm->get(fqInterfaceName, instanceName); in SetHALInstrumentation()