Searched refs:GetBool (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/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
|
D | storage_module.cc | 318 std::optional<bool> StorageModule::GetBool( in GetBool() function in bluetooth::storage::StorageModule 321 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetBool(section, property); in GetBool()
|
D | storage_module.h | 163 std::optional<bool> GetBool(const std::string& section, const std::string& property) const;
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_config_cache.h | 54 std::optional<bool> GetBool(const std::string& section_name,
|
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 168 bool is_create = event.GetBool(3, &err); in onIsolatedUidChangedEventLocked() 196 trainInfo.requiresStaging = event->GetBool(3 /*requires staging field id*/, &err); in onBinaryPushStateChangedEventLocked() 197 trainInfo.rollbackEnabled = event->GetBool(4 /*rollback enabled field id*/, &err); in onBinaryPushStateChangedEventLocked() 199 event->GetBool(5 /*requires low latency monitor field id*/, &err); in onBinaryPushStateChangedEventLocked() 203 bool is_rollback = event->GetBool(10 /*is rollback field id*/, &err); in onBinaryPushStateChangedEventLocked()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_config_cache_test.cc | 190 EXPECT_THAT(test_btif_config_cache.GetBool(kBtAddr1, "Property_Bool"), in TEST() 223 EXPECT_THAT(test_btif_config_cache.GetBool(kBtAddr1, "Property_Bool"), in TEST()
|
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.h | 160 bool GetBool(size_t key, status_t* err) const;
|
D | LogEvent.cpp | 676 bool LogEvent::GetBool(size_t key, status_t* err) const { in GetBool() function in android::os::statsd::LogEvent
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_config_cache.cc | 296 std::optional<bool> BtifConfigCache::GetBool(const std::string& section_name, in GetBool() function in BtifConfigCache
|