Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_helper_test.cc38 ASSERT_THAT(ConfigCacheHelper(config).GetBool("A", "B"), Optional(IsTrue())); in TEST()
42 ASSERT_THAT(ConfigCacheHelper(config).GetBool("A", "B"), Optional(IsFalse())); in TEST()
Dconfig_cache_helper.h46 …virtual std::optional<bool> GetBool(const std::string& section, const std::string& property) const;
94 return GetBool(section, property); in Get()
Dconfig_cache_helper.cc29 std::optional<bool> ConfigCacheHelper::GetBool(const std::string& section, const std::string& prope… in GetBool() function in bluetooth::storage::ConfigCacheHelper
/system/bt/btif/include/
Dbtif_config_cache.h54 std::optional<bool> GetBool(const std::string& section_name,
/system/bt/btif/test/
Dbtif_config_cache_test.cc188 EXPECT_THAT(test_btif_config_cache.GetBool(kBtAddr1, "Property_Bool"), in TEST()
221 EXPECT_THAT(test_btif_config_cache.GetBool(kBtAddr1, "Property_Bool"), in TEST()
/system/core/fs_mgr/libsnapshot/
Dfuzz_utils.h134 FUZZ_DEFINE_PRIMITIVE_GETTER(bool, GetBool);
/system/bt/btif/src/
Dbtif_config_cache.cc291 std::optional<bool> BtifConfigCache::GetBool(const std::string& section_name, in GetBool() function in BtifConfigCache