Searched refs:getPropertyFetcher (Results 1 – 4 of 4) sorted by relevance
176 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()298 vendorSku = getPropertyFetcher()->getProperty("ro.boot.product.vendor.sku", ""); in fetchVendorHalManifest()328 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()946 const std::unique_ptr<PropertyFetcher>& VintfObject::getPropertyFetcher() { in getPropertyFetcher() function in android::vintf::VintfObject
126 const std::unique_ptr<PropertyFetcher>& getPropertyFetcher() override { return mNoOpProp; } in getPropertyFetcher() function in android::vintf::details::FmOnlyVintfObject
269 virtual const std::unique_ptr<PropertyFetcher>& getPropertyFetcher();
404 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()