Searched refs:GetStorage (Results 1 – 3 of 3) sorted by relevance
30 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 …]
85 storage::StorageModule* GetStorage();
114 storage::StorageModule* GetStorage() { in GetStorage() function