Searched refs:E_TASK_PAUSED (Results 1 – 5 of 5) sorted by relevance
325 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()
1127 if (ret != -E_TASK_PAUSED) { in DoUploadByMode()
139 constexpr int E_TASK_PAUSED = (E_BASE + 119); // the task was paused, don't finished it variable
316 EXPECT_EQ(cloudSyncer->CallDownloadAssets(), -E_TASK_PAUSED);
686 return -E_TASK_PAUSED; in __anon9cf3a58a0a02()