Searched refs:FromConfigCache (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module.cc | 298 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetBool(section, property, value); in SetBool() 304 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetBool(section, property); in GetBool() 310 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetUint64(section, property, value); in SetUint64() 316 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetUint64(section, property); in GetUint64() 322 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetUint32(section, property, value); in SetUint32() 328 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetUint32(section, property); in GetUint32() 333 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetInt64(section, property, value); in SetInt64() 338 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetInt64(section, property); in GetInt64() 343 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetInt(section, property, value); in SetInt() 349 return ConfigCacheHelper::FromConfigCache(pimpl_->cache_).GetInt(section, property); in GetInt() [all …]
|
D | config_cache_helper.h | 40 static ConfigCacheHelper FromConfigCache(ConfigCache& config_cache) { in FromConfigCache() function
|