Home
last modified time | relevance | path

Searched refs:tmpOperation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp109 SyncOperation *tmpOperation = nullptr; in AddSyncOperation() local
110 target->GetSyncOperation(tmpOperation); in AddSyncOperation()
111 … return (tmpOperation != nullptr && tmpOperation->GetQueryId() == queryId) && target->IsAutoSync(); in AddSyncOperation()
274 SyncOperation *tmpOperation = nullptr; in ClearAllSyncTask() local
275 target->GetSyncOperation(tmpOperation); in ClearAllSyncTask()
276 if (tmpOperation == nullptr) { in ClearAllSyncTask()
282 tmpOperation->SetStatus(deviceId_, SyncOperation::OP_FINISHED_ALL); in ClearAllSyncTask()
284 tmpOperation->SetStatus(deviceId_, SyncOperation::OP_COMM_ABNORMAL); in ClearAllSyncTask()
286 if (tmpOperation->CheckIsAllFinished()) { in ClearAllSyncTask()
287 tmpOperation->Finished(); in ClearAllSyncTask()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp254 SyncOperation *tmpOperation = nullptr; in MoveToNextTarget() local
255 tmpTarget->GetSyncOperation(tmpOperation); in MoveToNextTarget()
256 if ((tmpOperation != nullptr) && tmpOperation->IsKilled()) { in MoveToNextTarget()