Home
last modified time | relevance | path

Searched refs:GetStorage (Results 1 – 5 of 5) 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.h92 storage::StorageModule* GetStorage();
Dentry.cc117 storage::StorageModule* GetStorage() { in GetStorage() function
Dle_scanning_manager.cc458 auto* storage_module = bluetooth::shim::GetStorage(); in handle_remote_properties()
/system/bt/test/mock/
Dmock_main_shim_entry.cc72 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function