Home
last modified time | relevance | path

Searched refs:SetBool (Results 1 – 5 of 5) 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.cc27 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc296 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()
Dstorage_module.h165 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);