Home
last modified time | relevance | path

Searched refs:deliveryTimeout (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_runner.h151 * @param deliveryTimeout the distribution standard expiration time.
153 void SetDeliveryTimeout(int64_t deliveryTimeout) in SetDeliveryTimeout() argument
155 deliveryTimeout_ = deliveryTimeout; in SetDeliveryTimeout()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp251 int64_t deliveryTimeout = eventRunner_->GetDeliveryTimeout(); in DeliveryTimeAction() local
252 if (deliveryTimeout > 0) { in DeliveryTimeAction()
259 std::string deliveryTimeoutCharacter = std::to_string(deliveryTimeout); in DeliveryTimeAction()
262 "deliveryTimeout: " + deliveryTimeoutCharacter; in DeliveryTimeAction()
263 if ((nowStart - std::chrono::milliseconds(deliveryTimeout)) > event->GetHandleTime()) { in DeliveryTimeAction()

Completed in 1 milliseconds