Home
last modified time | relevance | path

Searched refs:SetBool (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper_test.cc36 ConfigCacheHelper(config).SetBool("A", "B", true); in TEST()
40 ConfigCacheHelper(config).SetBool("A", "B", false); in TEST()
Dconfig_cache_helper.cc25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc313 void StorageModule::SetBool(const std::string& section, const std::string& property, bool value) { in SetBool() function in bluetooth::storage::StorageModule
315 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetBool(section, property, value); in SetBool()
Dstorage_module.h162 void SetBool(const std::string& section, const std::string& property, bool value);
Dconfig_cache_helper.h45 virtual void SetBool(const std::string& section, const std::string& property, bool value);
/packages/modules/Bluetooth/system/btif/include/
Dbtif_config_cache.h53 void SetBool(std::string section_name, std::string key, bool value);
/packages/modules/Bluetooth/system/btif/test/
Dbtif_config_cache_test.cc188 test_btif_config_cache.SetBool(kBtAddr1, "Property_Bool", true); in TEST()
221 test_btif_config_cache.SetBool(kBtAddr1, "Property_Bool", true); in TEST()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config_cache.cc291 void BtifConfigCache::SetBool(std::string section_name, std::string key, in SetBool() function in BtifConfigCache