Searched refs:GetStorage (Results 1 – 10 of 10) 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()58 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetInt()78 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetUint64()105 return GetStorage()->GetConfigCache()->GetProperty(section, property); in GetStr()111 GetStorage()->GetConfigCache()->SetProperty(section, property, value); in SetStr()146 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetBin()156 return GetStorage()->GetConfigCache()->GetPersistentSections(); in GetPersistentDevices()159 void BtifConfigInterface::Save() { GetStorage()->SaveDelayed(); } in Save()[all …]
92 storage::StorageModule* GetStorage();
117 storage::StorageModule* GetStorage() { in GetStorage() function
458 auto* storage_module = bluetooth::shim::GetStorage(); in handle_remote_properties()
33 GetStorage()->ReleaseCode(quick_code_); in ~CompiledCode()135 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod()
80 CompiledMethodStorage* GetStorage() { in GetStorage() function
72 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function
109 std::vector<uint8_t> GetStorage(size_t key, status_t* err) const;
548 std::vector<uint8_t> LogEvent::GetStorage(size_t key, status_t* err) const { in GetStorage() function in android::os::statsd::LogEvent
197 event->GetStorage(7 /*experiment ids field id*/, &err); in onBinaryPushStateChangedEventLocked()