Searched refs:GetSyncRetryTimes (Results 1 – 6 of 6) sorted by relevance
89 virtual int GetSyncRetryTimes() const = 0;
187 int GetSyncRetryTimes() const override;
91 if (retryTime >= syncContext_->GetSyncRetryTimes() || !syncContext_->IsSyncTaskNeedRetry()) { in TimeoutCallback()
681 int SyncTaskContext::GetSyncRetryTimes() const in GetSyncRetryTimes() function in DistributedDB::SyncTaskContext
366 …if (errCode == -E_TIMEOUT && IsSyncTaskNeedRetry() && (GetRetryTime() < GetSyncRetryTimes())) { //… in IsSkipTimeoutError()
1080 …xt_->IsSyncTaskNeedRetry() && (syncContext_->GetRetryTime() < syncContext_->GetSyncRetryTimes())) { in TransforTimeOutErrCodeToEvent()