Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DSystemVendorTest.cpp36 auto device_manifest = VintfObject::GetDeviceHalManifest(); in TEST_F() local
37 ASSERT_NE(device_manifest, nullptr) << "Failed to get device HAL manifest."; in TEST_F()
43 EXPECT_TRUE(device_manifest->checkCompatibility(*fwk_matrix, &error)) in TEST_F()
116 auto device_manifest = VintfObject::GetDeviceHalManifest(); in TEST_F() local
117 ASSERT_NE(device_manifest, nullptr) << "Failed to get device HAL manifest."; in TEST_F()
124 insert(&manifest_hwbinder_hals, GetHwbinderHals(device_manifest)); in TEST_F()