Searched refs:getPropertyFetcher (Results 1 – 3 of 3) sorted by relevance
173 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()295 vendorSku = getPropertyFetcher()->getProperty("ro.boot.product.vendor.sku", ""); in fetchVendorHalManifest()325 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()916 const std::unique_ptr<PropertyFetcher>& VintfObject::getPropertyFetcher() { in getPropertyFetcher() function in android::vintf::VintfObject
251 virtual const std::unique_ptr<PropertyFetcher>& getPropertyFetcher();
365 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()