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 D | virtual_communicator_aggregator.cpp | 209 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 D | virtual_communicator_aggregator.h | 80 …void SetSendDelayInfo(uint32_t sendDelayTime, uint32_t delayMessageId, uint32_t delayTimes, uint32…
|