Searched refs:SetBool (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_helper_test.cc | 36 ConfigCacheHelper(config).SetBool("A", "B", true); in TEST() 40 ConfigCacheHelper(config).SetBool("A", "B", false); in TEST()
|
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
|
D | storage_module.cc | 313 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()
|
D | storage_module.h | 162 void SetBool(const std::string& section, const std::string& property, bool value);
|
D | config_cache_helper.h | 45 virtual void SetBool(const std::string& section, const std::string& property, bool value);
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_config_cache.h | 53 void SetBool(std::string section_name, std::string key, bool value);
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_config_cache_test.cc | 188 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/ |
D | btif_config_cache.cc | 291 void BtifConfigCache::SetBool(std::string section_name, std::string key, in SetBool() function in BtifConfigCache
|