Home
last modified time | relevance | path

Searched refs:CLIENT_RETRY_TIMES (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h119 static constexpr int32_t CLIENT_RETRY_TIMES = 3; // normal retry member in OHOS::CloudData::SyncManager
H A Dsync_manager.cpp443 auto times = evt.AutoRetry() ? RETRY_TIMES - CLIENT_RETRY_TIMES : RETRY_TIMES;

Completed in 2 milliseconds