Searched defs:GetBoolProperty (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/fs_mgr/liblp/ | ||
H A D | property_fetcher.cpp | 30 bool PropertyFetcher::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() function in android::fs_mgr::PropertyFetcher |
/aosp12/system/libbase/ | ||
H A D | properties.cpp | 71 bool GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() function |
/aosp12/frameworks/native/cmds/installd/ | ||
H A D | run_dex2oat.cpp | 359 bool RunDex2Oat::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() function in android::installd::RunDex2Oat |
H A D | run_dex2oat_test.cpp | 75 virtual bool GetBoolProperty(const std::string& key, bool default_value) override { in GetBoolProperty() function in android::installd::RunDex2OatTest::FakeRunDex2Oat |
/aosp12/hardware/google/pixel/health/test/ | ||
H A D | TestBatteryDefender.cpp | 72 bool GetBoolProperty(const std::string &key, bool default_value) { in GetBoolProperty() function |