Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dconfig.cc30 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 …]
H A Dentry.h92 storage::StorageModule* GetStorage();
H A Dentry.cc117 storage::StorageModule* GetStorage() { in GetStorage() function
H A Dle_scanning_manager.cc458 auto* storage_module = bluetooth::shim::GetStorage(); in handle_remote_properties()
/aosp12/art/compiler/
H A Dcompiled_method.cc33 GetStorage()->ReleaseCode(quick_code_); in ~CompiledCode()
135 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod()
H A Dcompiled_method.h80 CompiledMethodStorage* GetStorage() { in GetStorage() function
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_entry.cc72 storage::StorageModule* GetStorage() { return nullptr; } in GetStorage() function
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.h109 std::vector<uint8_t> GetStorage(size_t key, status_t* err) const;
H A DLogEvent.cpp548 std::vector<uint8_t> LogEvent::GetStorage(size_t key, status_t* err) const { in GetStorage() function in android::os::statsd::LogEvent
/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsLogProcessor.cpp197 event->GetStorage(7 /*experiment ids field id*/, &err); in onBinaryPushStateChangedEventLocked()