Searched defs:SetBool (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/storage/ | ||
H A D | config_cache_helper.cc | 25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper |
/aosp12/system/bt/btif/src/ | ||
H A D | btif_config_cache.cc | 286 void BtifConfigCache::SetBool(std::string section_name, std::string key, in SetBool() function in BtifConfigCache |
/aosp12/system/testing/gtest_extras/ | ||
H A D | Options.cpp | 141 bool Options::SetBool(const std::string& arg, const std::string&, bool) { in SetBool() function in android::gtest_extras::Options |
/aosp12/build/soong/android/ | ||
H A D | androidmk.go | 246 func (a *AndroidMkEntries) SetBool(name string, flag bool) { func |