Home
last modified time | relevance | path

Searched refs:getUintProperty (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/
Dutils-common.cpp31 uint64_t PropertyFetcher::getUintProperty(const std::string&, uint64_t, in getUintProperty() function in android::vintf::details::PropertyFetcher
Dutils.cpp43 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::DevicePropertyFetcher
Dutils.h149 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
Dcheck_vintf.cpp92 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
DVintfObject.cpp128 auto shippingApi = getPropertyFetcher().getUintProperty("ro.product.first_api_level", 0u); in GetCombinedFrameworkMatrix()