Home
last modified time | relevance | path

Searched refs:AssetLoader (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dasset_loader.cpp18 int32_t AssetLoader::Download( in Download()
24 int32_t AssetLoader::RemoveLocalAssets( in RemoveLocalAssets()
30 int32_t AssetLoader::Cancel() in Cancel()
H A Dcloud_server.cpp53 std::shared_ptr<AssetLoader> CloudServer::ConnectAssetLoader(uint32_t tokenId, const CloudServer::Database &dbMeta) in ConnectAssetLoader()
58 std::shared_ptr<AssetLoader> CloudServer::ConnectAssetLoader( in ConnectAssetLoader()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dasset_loader_test.cpp32 AssetLoader loader; in HWTEST_F()
48 AssetLoader loader; in HWTEST_F()
64 AssetLoader loader; in HWTEST_F()
H A Dgeneral_store_test.cpp84 std::shared_ptr<AssetLoader> loader; in HWTEST_F()
90 std::shared_ptr<AssetLoader> loader1 = loader; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dasset_loader.h22 class API_EXPORT AssetLoader { class
24 virtual ~AssetLoader() = default;
H A Dcloud_server.h36 virtual std::shared_ptr<AssetLoader> ConnectAssetLoader(
38 virtual std::shared_ptr<AssetLoader> ConnectAssetLoader(uint32_t tokenId, const Database &dbMeta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.h33 explicit RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets);
43 std::shared_ptr<DistributedData::AssetLoader> assetLoader_;
H A Drdb_asset_loader.cpp27 RdbAssetLoader::RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets) in RdbAssetLoader()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp51 class MockAssetLoader : public DistributedData::AssetLoader {
124 std::shared_ptr<AssetLoader> assetLoader = std::make_shared<AssetLoader>(); in HWTEST_F()
H A Drdb_general_store_test.cpp302 std::shared_ptr<AssetLoader> loader; in HWTEST_F()
313 std::shared_ptr<AssetLoader> loaders = std::make_shared<AssetLoader>(); in HWTEST_F()
344 std::shared_ptr<AssetLoader> loader = std::make_shared<AssetLoader>(); in HWTEST_F()
373 std::shared_ptr<AssetLoader> loader = std::make_shared<AssetLoader>(); in HWTEST_F()
H A Dkvdb_general_store_test.cpp352 std::shared_ptr<AssetLoader> loader; in HWTEST_F()
359 std::shared_ptr<AssetLoader> loaders = std::make_shared<AssetLoader>(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h31 class AssetLoader;
91 BindInfo(std::shared_ptr<CloudDB> db = nullptr, std::shared_ptr<AssetLoader> loader = nullptr) in BindInfo()
102 std::shared_ptr<AssetLoader> loader_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dasset_loader_impl.h30 class AssetLoaderImpl : public DistributedData::AssetLoader {
H A Dcloud_server_impl.h28 using DBAssetLoader = DistributedData::AssetLoader;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp79 class AssetLoader final : public IAssetLoader, private IAssetLoader::IListener, private IGLTF2Importer::Listener {
81 AssetLoader(AssetManager& assetManager, IRenderContext& renderContext, IGraphicsContext& graphicsContext, in AssetLoader() function in final
88 ~AssetLoader() override
717 vector<AssetLoader::Ptr> dependencies_;
733 return IAssetLoader::Ptr { new AssetLoader(assetManager, renderContext, graphicsContext, ec, src, contextUri) }; in CreateAssetLoader()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dmod.rs25 pub(crate) use asset::AssetLoader;
H A Dasset.rs183 pub(crate) struct AssetLoader {
187 impl AssetLoader { impls

Completed in 8 milliseconds