Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp394 std::string productModel; in fetchOdmHalManifest() local
395 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()
397 const std::string productFile = getOdmProductManifestFile(kOdmVintfDir, productModel); in fetchOdmHalManifest()
411 getOdmProductManifestFile(kOdmLegacyVintfDir, productModel); in fetchOdmHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp1127 productModel = GetParam(); in SetUp()
1129 .WillByDefault(Return(productModel)); in SetUp()
1134 std::string productModel; member in android::vintf::testing::OdmManifestTest
1138 if (productModel.empty()) return; in TEST_P()
1139 expectFetch(kOdmVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P()
1155 if (productModel.empty()) return; in TEST_P()
1156 expectFetch(kOdmLegacyVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P()