Searched refs:SetBool (Results 1 – 5 of 5) 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 | 27 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper
|
D | storage_module.cc | 296 void StorageModule::SetBool(const std::string& section, const std::string& property, bool value) { in SetBool() function in bluetooth::storage::StorageModule 298 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetBool(section, property, value); in SetBool()
|
D | storage_module.h | 165 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);
|