Home
last modified time | relevance | path

Searched refs:halName (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp48 string halName = fqInstanceName.substr(0, n); in parseFqInstaceName() local
49 std::forward<Lambda>(func)(fqInterfaceName, instanceName, halName); in parseFqInstaceName()
72 string halName; in FlushHALCoverage() local
77 halName = hal; in FlushHALCoverage()
80 if (halName.find("android.hidl") == 0) continue; in FlushHALCoverage()
81 if (flushHal == "" || !flushHal.compare(halName)) { in FlushHALCoverage()
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.cpp102 string halName = halServiceInstance.substr(0, halServiceInstance.find('/')); in addHalServiceInstance() local
107 if (halServiceInstances_.find(halName) != halServiceInstances_.end()) { in addHalServiceInstance()
108 cerr << "Existing instance " << halName << "with name " in addHalServiceInstance()
109 << halServiceInstances_[halName] << endl; in addHalServiceInstance()
112 halServiceInstances_[halName] = instanceName; in addHalServiceInstance()