Home
last modified time | relevance | path

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

/system/libvintf/
DPropertyFetcher.cpp32 uint64_t PropertyFetcherNoOp::getUintProperty(const std::string&, uint64_t, in getUintProperty() function in android::vintf::details::PropertyFetcherNoOp
46 uint64_t PropertyFetcherImpl::getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PropertyFetcherImpl
Dutils.h76 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
85 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
Dcheck_vintf.cpp82 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
DVintfObject.cpp176 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()
/system/libvintf/include/vintf/
DPropertyFetcher.h27 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
/system/libvintf/test/
Dutils-fake.h79 MOCK_CONST_METHOD3(getUintProperty, uint64_t(const std::string&, uint64_t, uint64_t));