Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp324 std::string productModel; in fetchOdmHalManifest() local
325 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()
327 if (!productModel.empty()) { in fetchOdmHalManifest()
329 fetchOneHalManifest(kOdmVintfDir + "manifest_" + productModel + ".xml", out, error); in fetchOdmHalManifest()
340 if (!productModel.empty()) { in fetchOdmHalManifest()
341 status = fetchOneHalManifest(kOdmLegacyVintfDir + "manifest_" + productModel + ".xml", out, in fetchOdmHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp803 productModel = GetParam(); in SetUp()
805 .WillByDefault(Return(productModel)); in SetUp()
810 std::string productModel; member in android::vintf::testing::OdmManifestTest
814 if (productModel.empty()) return; in TEST_P()
815 expectFetch(kOdmVintfDir + "manifest_" + productModel + ".xml", odmProductManifest); in TEST_P()
831 if (productModel.empty()) return; in TEST_P()
832 expectFetch(kOdmLegacyVintfDir + "manifest_" + productModel + ".xml", odmProductManifest); in TEST_P()