Searched refs:AssetLoader (Results 1 - 17 of 17) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | asset_loader.cpp | 18 int32_t AssetLoader::Download( in Download() 24 int32_t AssetLoader::RemoveLocalAssets( in RemoveLocalAssets() 30 int32_t AssetLoader::Cancel() in Cancel()
|
H A D | cloud_server.cpp | 53 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 D | asset_loader_test.cpp | 32 AssetLoader loader; in HWTEST_F() 48 AssetLoader loader; in HWTEST_F() 64 AssetLoader loader; in HWTEST_F()
|
H A D | general_store_test.cpp | 84 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 D | asset_loader.h | 22 class API_EXPORT AssetLoader { class 24 virtual ~AssetLoader() = default;
|
H A D | cloud_server.h | 36 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 D | rdb_asset_loader.h | 33 explicit RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets); 43 std::shared_ptr<DistributedData::AssetLoader> assetLoader_;
|
H A D | rdb_asset_loader.cpp | 27 RdbAssetLoader::RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets) in RdbAssetLoader()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_asset_loader_test.cpp | 51 class MockAssetLoader : public DistributedData::AssetLoader {
124 std::shared_ptr<AssetLoader> assetLoader = std::make_shared<AssetLoader>();
in HWTEST_F()
|
H A D | rdb_general_store_test.cpp | 302 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 D | kvdb_general_store_test.cpp | 352 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 D | general_store.h | 31 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 D | asset_loader_impl.h | 30 class AssetLoaderImpl : public DistributedData::AssetLoader {
|
H A D | cloud_server_impl.h | 28 using DBAssetLoader = DistributedData::AssetLoader;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.cpp | 79 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 D | mod.rs | 25 pub(crate) use asset::AssetLoader;
|
H A D | asset.rs | 183 pub(crate) struct AssetLoader { 187 impl AssetLoader { impls
|
Completed in 8 milliseconds