Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_interface.h29 virtual RefPtr<Storage> GetStorage() const in GetStorage() function
34 …virtual RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::str… in GetStorage() function
H A Dstorage_proxy.cpp41 RefPtr<Storage> StorageProxy::GetStorage() const in GetStorage() function in OHOS::Ace::StorageProxy
47 RefPtr<Storage> StorageProxy::GetStorage(const std::string& sessionId, in GetStorage() function in OHOS::Ace::StorageProxy
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_file.h38 const ByteBuffer& GetStorage() const in GetStorage() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.cpp68 RefPtr<Storage> StorageProxyImpl::GetStorage() const in GetStorage() function in OHOS::Ace::StorageProxyImpl
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dmock_storage.h93 RefPtr<Storage> GetStorage() const override in GetStorage() function
104 …RefPtr<Storage> GetStorage(const std::string& sessionId, std::function<void(const std::string&)>&&… in GetStorage() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.h112 const std::unique_ptr<uint8_t[]>& GetStorage() const in GetStorage() function
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_storage_manager.cpp106 shared_ptr<Storage> MtpStorageManager::GetStorage(uint32_t id) in GetStorage() function in OHOS::Media::MtpStorageManager
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp70 napi_value GetStorage(napi_env env, napi_callback_info info) in GetStorage() function