Home
last modified time | relevance | path

Searched refs:GetConfigCache (Results 1 – 5 of 5) sorted by relevance

/system/bt/main/shim/
Dconfig.cc37 return GetStorage()->GetConfigCache()->HasSection(section); in HasSection()
42 return GetStorage()->GetConfigCache()->HasProperty(section, property); in HasProperty()
48 auto ret = ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetInt()
58 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetInt()
67 auto ret = ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetUint64()
78 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetUint64()
88 auto str = GetStorage()->GetConfigCache()->GetProperty(section, property); in GetStr()
105 return GetStorage()->GetConfigCache()->GetProperty(section, property); in GetStr()
111 GetStorage()->GetConfigCache()->SetProperty(section, property, value); in SetStr()
122 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetBin()
[all …]
/system/bt/gd/security/test/
Dfake_storage_module.h33 return StorageModule::GetConfigCache(); in GetConfigCachePublic()
/system/bt/gd/storage/
Dstorage_module.h116 ConfigCache* GetConfigCache();
Dstorage_module.cc103 ConfigCache* StorageModule::GetConfigCache() { in GetConfigCache() function in bluetooth::storage::StorageModule
228 auto persistent_sections = GetConfigCache()->GetPersistentSections(); in GetBondedDevices()
Dstorage_module_test.cc93 return StorageModule::GetConfigCache(); in GetConfigCachePublic()