Searched refs:getPropertyFetcher (Results 1 – 4 of 4) sorted by relevance
65 const std::unique_ptr<PropertyFetcher>& getPropertyFetcher() override { in getPropertyFetcher() function66 return mDependency->getPropertyFetcher(); in getPropertyFetcher()
167 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()290 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()816 const std::unique_ptr<PropertyFetcher>& VintfObject::getPropertyFetcher() { in getPropertyFetcher() function in android::vintf::VintfObject
207 virtual const std::unique_ptr<PropertyFetcher>& getPropertyFetcher();
357 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()