Home
last modified time | relevance | path

Searched refs:GetSyncRetryTimes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h89 virtual int GetSyncRetryTimes() const = 0;
H A Dsync_task_context.h187 int GetSyncRetryTimes() const override;
H A Dsync_state_machine.cpp91 if (retryTime >= syncContext_->GetSyncRetryTimes() || !syncContext_->IsSyncTaskNeedRetry()) { in TimeoutCallback()
H A Dsync_task_context.cpp681 int SyncTaskContext::GetSyncRetryTimes() const in GetSyncRetryTimes() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp366 …if (errCode == -E_TIMEOUT && IsSyncTaskNeedRetry() && (GetRetryTime() < GetSyncRetryTimes())) { //… in IsSkipTimeoutError()
H A Dsingle_ver_sync_state_machine.cpp1080 …xt_->IsSyncTaskNeedRetry() && (syncContext_->GetRetryTime() < syncContext_->GetSyncRetryTimes())) { in TransforTimeOutErrCodeToEvent()