Searched refs:getBoolProperty (Results 1 – 5 of 5) sorted by relevance
37 bool PropertyFetcherNoOp::getBoolProperty(const std::string&, bool defaultValue) const { in getBoolProperty() function in android::vintf::details::PropertyFetcherNoOp51 bool PropertyFetcherImpl::getBoolProperty(const std::string& key, bool defaultValue) const { in getBoolProperty() function in android::vintf::details::PropertyFetcherImpl
78 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const;87 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const override;
89 bool getBoolProperty(const std::string& key, bool defaultValue) const override { in getBoolProperty() function in android::vintf::details::PresetPropertyFetcher
29 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const = 0;
78 MOCK_CONST_METHOD2(getBoolProperty, bool(const std::string&, bool));