Home
last modified time | relevance | path

Searched refs:getUintProperty (Results 1 – 5 of 5) 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.h74 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
83 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
Dcheck_vintf.cpp83 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher
/system/libvintf/include/vintf/
DPropertyFetcher.h27 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
/system/libvintf/test/
Dutils-fake.h91 MOCK_CONST_METHOD3(getUintProperty, uint64_t(const std::string&, uint64_t, uint64_t));