HomeSort by relevance Sort by last modified time
    Searched refs:manifest_passthrough_hals_ (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/hal/treble/vintf/
SingleManifestTest.cpp 199 std::set<std::string> manifest_passthrough_hals_ = local
202 auto passthrough_interfaces_declared = [&manifest_passthrough_hals_](
224 [&manifest_passthrough_hals_, &instance_name](const auto &interfaces) {
230 EXPECT_NE(manifest_passthrough_hals_.find(instance),
231 manifest_passthrough_hals_.end())
VtsTrebleVintfTestBase.cpp 181 std::set<std::string> manifest_passthrough_hals_; local
183 auto add_manifest_hals = [&manifest_passthrough_hals_](
193 manifest_passthrough_hals_.insert(fq.string() + "/" + instance_name);
202 return manifest_passthrough_hals_;

Completed in 79 milliseconds