Searched refs:nowStart (Results 1 – 2 of 2) sorted by relevance
243 … EventHandler::DeliveryTimeAction(const InnerEvent::Pointer &event, InnerEvent::TimePoint nowStart) in DeliveryTimeAction() argument255 std::chrono::duration<double> deliveryTime = nowStart - event->GetSendTime(); in DeliveryTimeAction()261 if ((nowStart - std::chrono::milliseconds(deliveryTimeout)) > event->GetHandleTime()) { in DeliveryTimeAction()271 …ventHandler::DistributeTimeAction(const InnerEvent::Pointer &event, InnerEvent::TimePoint nowStart) in DistributeTimeAction() argument284 std::chrono::duration<double> distributeTime = nowEnd - nowStart; in DistributeTimeAction()290 if ((nowEnd - std::chrono::milliseconds(distributeTimeout)) > nowStart) { in DistributeTimeAction()322 InnerEvent::TimePoint nowStart = InnerEvent::Clock::now(); in DistributeEvent() local323 DeliveryTimeAction(event, nowStart); in DistributeEvent()333 DistributeTimeAction(event, nowStart); in DistributeEvent()
896 void DistributeTimeAction(const InnerEvent::Pointer &event, InnerEvent::TimePoint nowStart);904 void DeliveryTimeAction(const InnerEvent::Pointer &event, InnerEvent::TimePoint nowStart);