Home
last modified time | relevance | path

Searched refs:GetStorage (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dconfig.cc30 using ::bluetooth::shim::GetStorage;
37 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()
[all …]
Dentry.h85 storage::StorageModule* GetStorage();
Dentry.cc114 storage::StorageModule* GetStorage() { in GetStorage() function