Searched defs:GetStorage (Results 1 – 6 of 6) sorted by relevance
29 virtual RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function34 …virtual RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::str… in GetStorage() function
41 RefPtr<Storage> StorageProxy::GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function in OHOS::Ace::StorageProxy47 RefPtr<Storage> StorageProxy::GetStorage(const std::string& sessionId, in GetStorage() function in OHOS::Ace::StorageProxy
61 RefPtr<Storage> StorageProxyImpl::GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const in GetStorage() function in OHOS::Ace::StorageProxyImpl
93 RefPtr<Storage> GetStorage(const RefPtr<TaskExecutor>& taskExecutor) const override in GetStorage() function104 …RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&&… in GetStorage() function
95 shared_ptr<Storage> MtpStorageManager::GetStorage(uint32_t id) in GetStorage() function in OHOS::Media::MtpStorageManager
72 napi_value GetStorage(napi_env env, napi_callback_info info) in GetStorage() function