Home
last modified time | relevance | path

Searched refs:instanceName (Results 1 – 7 of 7) 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/drivers/hal/replayer/
DVtsHidlHalReplayerMain.cpp50 string instanceName = instance.substr(0, instance.find('/')); in AddHalServiceInstance() local
54 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) { in AddHalServiceInstance()
55 cerr << "Exisitng instance " << instanceName << " with name " in AddHalServiceInstance()
56 << (*halServiceInstances)[instanceName] << endl; in AddHalServiceInstance()
58 (*halServiceInstances)[instanceName] = serviceName; in AddHalServiceInstance()
/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()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparer.java115 String instanceName = interfaceInstance.split(HAL_INSTANCE_SEP, 2)[1]; in setUp() local
120 mAdapterBinaryName, interfaceName, instanceName, mThreadCount); in setUp()
122 mPackageName + "::" + interfaceName + "/" + instanceName); in setUp()
/test/vts-testcase/kernel/encryption/
DKeymaster.cpp51 << mDevice->instanceName(); in Keymaster()