Searched refs:GetBool (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/storage/ |
D | config_cache_helper_test.cc | 38 ASSERT_THAT(ConfigCacheHelper(config).GetBool("A", "B"), Optional(IsTrue())); in TEST() 42 ASSERT_THAT(ConfigCacheHelper(config).GetBool("A", "B"), Optional(IsFalse())); in TEST()
|
D | config_cache_helper.h | 46 …virtual std::optional<bool> GetBool(const std::string& section, const std::string& property) const; 94 return GetBool(section, property); in Get()
|
D | config_cache_helper.cc | 29 std::optional<bool> ConfigCacheHelper::GetBool(const std::string& section, const std::string& prope… in GetBool() function in bluetooth::storage::ConfigCacheHelper
|
/system/bt/btif/include/ |
D | btif_config_cache.h | 54 std::optional<bool> GetBool(const std::string& section_name,
|
/system/bt/btif/test/ |
D | btif_config_cache_test.cc | 188 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/ |
D | fuzz_utils.h | 134 FUZZ_DEFINE_PRIMITIVE_GETTER(bool, GetBool);
|
/system/bt/btif/src/ |
D | btif_config_cache.cc | 291 std::optional<bool> BtifConfigCache::GetBool(const std::string& section_name, in GetBool() function in BtifConfigCache
|