Home
last modified time | relevance | path

Searched refs:GetAssetStatus (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h39 virtual TransferStatus GetAssetStatus(Asset& asset) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_snapshot.h32 TransferStatus GetAssetStatus(Asset& asset) override;
H A Dobject_snapshot.cpp51 TransferStatus ObjectSnapshot::GetAssetStatus(Asset& asset) in GetAssetStatus() function in OHOS::DistributedObject::ObjectSnapshot
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/
H A Dsnapshot.cpp42 TransferStatus Snapshot::GetAssetStatus(Asset& asset) in GetAssetStatus() function in OHOS::DistributedData::Snapshot
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp84 if (snapshot->GetAssetStatus(downLoadAsset) == DistributedData::STATUS_WAIT_DOWNLOAD) { in PostEvent()
H A Drdb_cloud.cpp314 if (it->second->GetAssetStatus(asset) == TransferStatus::STATUS_WAIT_UPLOAD) { in PostEventAsset()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_snapshot_test.cpp156 * @tc.desc: GetAssetStatus test.
173 auto upload = snapshot->GetAssetStatus(asset); in HWTEST_F()
179 * @tc.desc: GetAssetStatus test.
189 auto upload = snapshot->GetAssetStatus(asset_); in HWTEST_F()

Completed in 3 milliseconds