Home
last modified time | relevance | path

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

/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);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp1055 (void)RuntimeContext::GetInstance()->SetTimer(GetNextRetryInterval(target, currentRetryCount), in RetrySendTask()
1073 int32_t CommunicatorAggregator::GetNextRetryInterval(const std::string &target, int32_t currentRetr… in GetNextRetryInterval() function in DistributedDB::CommunicatorAggregator