Home
last modified time | relevance | path

Searched defs:GetBool (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/storage/
H A Dconfig_cache_helper.cc29 std::optional<bool> ConfigCacheHelper::GetBool(const std::string& section, const std::string& prope… in GetBool() function in bluetooth::storage::ConfigCacheHelper
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc291 std::optional<bool> BtifConfigCache::GetBool(const std::string& section_name, in GetBool() function in BtifConfigCache
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp506 bool LogEvent::GetBool(size_t key, status_t* err) const { in GetBool() function in android::os::statsd::LogEvent