Searched refs:getUintProperty (Results 1 – 5 of 5) 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 | 74 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, 83 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
|
D | check_vintf.cpp | 83 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
|
/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 | 91 MOCK_CONST_METHOD3(getUintProperty, uint64_t(const std::string&, uint64_t, uint64_t));
|