Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h156 bool IsRetryOutOfLimit(const std::string &target);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp1029 if (IsRetryOutOfLimit(target)) { in RetrySendTaskIfNeed()
1067 bool CommunicatorAggregator::IsRetryOutOfLimit(const std::string &target) in IsRetryOutOfLimit() function in DistributedDB::CommunicatorAggregator