Home
last modified time | relevance | path

Searched refs:syncContext_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp25 : syncContext_(nullptr), in SyncStateMachine()
43 syncContext_ = nullptr; in ~SyncStateMachine()
59 syncContext_ = context; in Initialize()
75 syncContext_->SafeExit(); in StartSync()
82 if (syncContext_->IsKilled()) { in TimeoutCallback()
91 if (retryTime >= syncContext_->GetSyncRetryTimes() || !syncContext_->IsSyncTaskNeedRetry()) { in TimeoutCallback()
93 syncContext_->UnlockObj(); in TimeoutCallback()
95 syncContext_->LockObj(); in TimeoutCallback()
175 syncContext_->Clear(); in ExecNextTask()
216 syncContext_->StopTimer(); in ResetWatchDog()
[all …]
H A Dsync_state_machine.h161 ISyncTaskContext *syncContext_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp540 RefObject::AutoLock lock(syncContext_); in DoSyncTaskFinished()
843 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()
1080 …if (syncContext_->IsSyncTaskNeedRetry() && (syncContext_->GetRetryTime() < syncContext_->GetSyncRe… in TransforTimeOutErrCodeToEvent()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_state_machine.cpp188 TimerId timer = syncContext_->GetTimerId(); in StepToTimeout()