Home
last modified time | relevance | path

Searched defs:GetStorage (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/storage/
Dstorage_interface.h29 virtual RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function
34 …virtual RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::str… in GetStorage() function
Dstorage_proxy.cpp41 RefPtr<Storage> StorageProxy::GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function in OHOS::Ace::StorageProxy
47 RefPtr<Storage> StorageProxy::GetStorage(const std::string& sessionId, in GetStorage() function in OHOS::Ace::StorageProxy
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
Dstorage_impl.cpp61 RefPtr<Storage> StorageProxyImpl::GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function in OHOS::Ace::StorageProxyImpl
/foundation/arkui/ace_engine/test/unittest/core/common/storage/
Dmock_storage.h93 RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage() function
104 …RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&&… in GetStorage() function
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_storage_manager.cpp95 shared_ptr<Storage> MtpStorageManager::GetStorage(uint32_t id) in GetStorage() function in OHOS::Media::MtpStorageManager
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
Dnapi_storage_helper.cpp72 napi_value GetStorage(napi_env env, napi_callback_info info) in GetStorage() function