Home
last modified time | relevance | path

Searched refs:getBoolProperty (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libvintf/
H A DPropertyFetcher.cpp37 bool PropertyFetcherNoOp::getBoolProperty(const std::string&, bool defaultValue) const { in getBoolProperty() function in android::vintf::details::PropertyFetcherNoOp
51 bool PropertyFetcherImpl::getBoolProperty(const std::string& key, bool defaultValue) const { in getBoolProperty() function in android::vintf::details::PropertyFetcherImpl
H A Dutils.h78 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const;
87 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const override;
H A Dcheck_vintf.cpp89 bool getBoolProperty(const std::string& key, bool defaultValue) const override { in getBoolProperty() function in android::vintf::details::PresetPropertyFetcher
/aosp12/system/libvintf/include/vintf/
H A DPropertyFetcher.h29 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const = 0;
/aosp12/system/libvintf/test/
H A Dutils-fake.h78 MOCK_CONST_METHOD2(getBoolProperty, bool(const std::string&, bool));