Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.cpp209 uint32_t sendDelayTime = sendDelayTime_; in DispatchMessageInner() local
210 …std::thread thread([communicator, srcTarget, dstTarget, msg, isNeedDelay, sendDelayTime, onDispatc… in DispatchMessageInner()
212 std::this_thread::sleep_for(std::chrono::milliseconds(sendDelayTime)); in DispatchMessageInner()
304 void VirtualCommunicatorAggregator::SetSendDelayInfo(uint32_t sendDelayTime, uint32_t delayMessageI… in SetSendDelayInfo() argument
307 sendDelayTime_ = sendDelayTime; in SetSendDelayInfo()
H A Dvirtual_communicator_aggregator.h80 …void SetSendDelayInfo(uint32_t sendDelayTime, uint32_t delayMessageId, uint32_t delayTimes, uint32…