Searched refs:getUintProperty (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | PropertyFetcher.cpp | 32 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
|
D | utils.h | 76 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, 85 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
|
D | check_vintf.cpp | 82 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
|
D | VintfObject.cpp | 176 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix()
|
/system/libvintf/include/vintf/ |
D | PropertyFetcher.h | 27 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
|
/system/libvintf/test/ |
D | utils-fake.h | 79 MOCK_CONST_METHOD3(getUintProperty, uint64_t(const std::string&, uint64_t, uint64_t));
|