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.cpp43 auto device_manifest = VintfObject::GetDeviceHalManifest(); in TEST_F() local
44 ASSERT_NE(device_manifest, nullptr) << "Failed to get device HAL manifest."; in TEST_F()
50 EXPECT_TRUE(device_manifest->checkCompatibility(*fwk_matrix, &error)) in TEST_F()
149 auto device_manifest = VintfObject::GetDeviceHalManifest(); in SetUpTestSuite() local
150 ASSERT_NE(device_manifest, nullptr) << "Failed to get device HAL manifest."; in SetUpTestSuite()
157 GetDeclaredHidlHalsOfTransport(device_manifest, Transport::HWBINDER)); in SetUpTestSuite()