Home
last modified time | relevance | path

Searched refs:RdbAssetLoader (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp16 #define LOG_TAG "RdbAssetLoader"
27 RdbAssetLoader::RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets) in RdbAssetLoader() function in OHOS::DistributedRdb::RdbAssetLoader
32 DBStatus RdbAssetLoader::Download(const std::string &tableName, const std::string &gid, const Type &prefix, in Download()
47 DBStatus RdbAssetLoader::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets()
54 void RdbAssetLoader::PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, in PostEvent()
66 void RdbAssetLoader::PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, in PostEvent()
H A Drdb_asset_loader.h26 class RdbAssetLoader : public DistributedDB::IAssetLoader { class
33 explicit RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets);
35 ~RdbAssetLoader() = default;
H A Drdb_general_store.h162 std::shared_ptr<RdbAssetLoader> rdbLoader_ {};
H A Drdb_general_store.cpp193 rdbLoader_ = std::make_shared<RdbAssetLoader>(bindInfo_.loader_, &snapshots_); in Bind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp76 * @tc.desc: RdbAssetLoader download test.
85 DistributedRdb::RdbAssetLoader rdbAssetLoader(cloudAssetLoader, &bindAssets); in HWTEST_F()
97 * @tc.desc: RdbAssetLoader RemoveLocalAssets test.
106 DistributedRdb::RdbAssetLoader rdbAssetLoader(cloudAssetLoader, &bindAssets); in HWTEST_F()
115 * @tc.desc: RdbAssetLoader PostEvent abnormal
125 DistributedRdb::RdbAssetLoader rdbAssetLoader(assetLoader, &bindAssets); in HWTEST_F()

Completed in 4 milliseconds