Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp327 std::string productModel; in fetchOdmHalManifest() local
328 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()
330 if (!productModel.empty()) { in fetchOdmHalManifest()
332 fetchOneHalManifest(kOdmVintfDir + "manifest_"s + productModel + ".xml", out, error); in fetchOdmHalManifest()
343 if (!productModel.empty()) { in fetchOdmHalManifest()
344 status = fetchOneHalManifest(kOdmLegacyVintfDir + "manifest_"s + productModel + ".xml", out, in fetchOdmHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp871 productModel = GetParam(); in SetUp()
873 .WillByDefault(Return(productModel)); in SetUp()
878 std::string productModel; member in android::vintf::testing::OdmManifestTest
882 if (productModel.empty()) return; in TEST_P()
883 expectFetch(kOdmVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P()
899 if (productModel.empty()) return; in TEST_P()
900 expectFetch(kOdmLegacyVintfDir + "manifest_"s + productModel + ".xml", odmProductManifest); in TEST_P()