Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp1046 int32_t currentRetryCount = 0; in RetrySendTask() local
1050 currentRetryCount = retryCount_[target]; in RetrySendTask()
1051 … LOGD("[CommAggr] Target %s{private} retry count is %" PRId32, target.c_str(), currentRetryCount); in RetrySendTask()
1055 (void)RuntimeContext::GetInstance()->SetTimer(GetNextRetryInterval(target, currentRetryCount), in RetrySendTask()
1073 … CommunicatorAggregator::GetNextRetryInterval(const std::string &target, int32_t currentRetryCount) in GetNextRetryInterval() argument
1079 return static_cast<int32_t>(timeout) * currentRetryCount / RETRY_TIME_SPLIT; in GetNextRetryInterval()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h158 int32_t GetNextRetryInterval(const std::string &target, int32_t currentRetryCount);