Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DDeviceManifestTest.cpp33 vendor_manifest_ = VintfObject::GetDeviceHalManifest(); in SetUp()
34 ASSERT_NE(vendor_manifest_, nullptr) in SetUp()
88 ASSERT_TRUE(vendor_manifest_->hasHidlInstance( in TEST_F()
90 ASSERT_FALSE(vendor_manifest_->hasHidlInstance( in TEST_F()
92 ASSERT_FALSE(vendor_manifest_->hasHidlInstance( in TEST_F()
DDeviceManifestTest.h37 HalManifestPtr vendor_manifest_; variable