Home
last modified time | relevance | path

Searched defs:isFirstDownload (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_syncer.cpp24 int VirtualCloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload()
36 …yncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDownload) in DoDownloadInNeed()
H A Dcloud_syncer_test.h356 int CallDoDownloadInNeed(bool needUpload, bool isFirstDownload) in CallDoDownloadInNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp246 bool isFirstDownload = true; in DoSync() local
357 bool isFirstDownload; in SyncMachineDoDownload() local
983 …d CloudSyncer::NotifyInDownload(CloudSyncer::TaskId taskId, SyncParam &param, bool isFirstDownload) in NotifyInDownload()
1118 int CloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload()
1141 int CloudSyncer::DoDownloadInner(CloudSyncer::TaskId taskId, SyncParam &param, bool isFirstDownload) in DoDownloadInner()
1934 int CloudSyncer::DownloadOneBatch(TaskId taskId, SyncParam &param, bool isFirstDownload) in DownloadOneBatch()
2072 bool isFirstDownload) in DownloadDataFromCloud()
H A Dcloud_syncer.h107 bool isFirstDownload = false; member
H A Dcloud_syncer_extend.cpp528 …::PrepareAndDownload(const std::string &table, const CloudTaskInfo &taskInfo, bool isFirstDownload) in PrepareAndDownload()
626 const bool isFirstDownload) in DoNotifyInNeed()
687 …yncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDownload) in DoDownloadInNeed()