Home
last modified time | relevance | path

Searched refs:E_TASK_PAUSED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp325 if (errCode == -E_TASK_PAUSED) { // should re download [paused table , last table] in DoUploadInNeed()
335 if (errCode == -E_TASK_PAUSED) { in DoUploadInNeed()
339 if (errCode == E_OK || errCode == -E_TASK_PAUSED) { in DoUploadInNeed()
373 if (errCode == -E_TASK_PAUSED) { in SyncMachineDoDownload()
409 if (errCode == -E_TASK_PAUSED) { in SyncMachineDoUpload()
470 if (errCode == -E_TASK_PAUSED) { in DoFinished()
1051 if (ret == -E_TASK_PAUSED) { in DoDownloadAssets()
1129 if (errCode == -E_TASK_PAUSED) { in DoDownload()
1465 return -E_TASK_PAUSED; in CheckTaskIdValid()
1947 if (ret == -E_TASK_PAUSED) { in DownloadOneBatch()
H A Dcloud_syncer_extend.cpp1127 if (ret != -E_TASK_PAUSED) { in DoUploadByMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h139 constexpr int E_TASK_PAUSED = (E_BASE + 119); // the task was paused, don't finished it variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp316 EXPECT_EQ(cloudSyncer->CallDownloadAssets(), -E_TASK_PAUSED);
H A Ddistributeddb_cloud_db_proxy_test.cpp686 return -E_TASK_PAUSED; in __anon9cf3a58a0a02()