Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A 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
H A 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,
H A Dcheck_vintf.cpp82 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
H A DVintfObject.cpp176 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()
/aosp12/system/libvintf/include/vintf/
H A DPropertyFetcher.h27 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
/aosp12/system/libvintf/test/
H A Dutils-fake.h79 MOCK_CONST_METHOD3(getUintProperty, uint64_t(const std::string&, uint64_t, uint64_t));