Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp30 constexpr int RETRY_TIME_SPLIT = 4; variable
1079 return static_cast<int32_t>(timeout) * currentRetryCount / RETRY_TIME_SPLIT; in GetNextRetryInterval()