Searched refs:productModel (Results 1 – 2 of 2) sorted by relevance
394 std::string productModel; in fetchOdmHalManifest() local395 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()
1127 productModel = GetParam(); in SetUp()1129 .WillByDefault(Return(productModel)); in SetUp()1134 std::string productModel; member in android::vintf::testing::OdmManifestTest1138 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()