Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h91 virtual int GetSyncRetryTimeout(int retryTime) const = 0;
H A Dsync_task_context.h189 int GetSyncRetryTimeout(int retryTime) const override;
H A Dsync_state_machine.cpp102 int timeoutTime = syncContext_->GetSyncRetryTimeout(retryTime); in TimeoutCallback()
H A Dsync_task_context.cpp689 int SyncTaskContext::GetSyncRetryTimeout(int retryTime) const in GetSyncRetryTimeout() function in DistributedDB::SyncTaskContext