Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp285 InnerEvent::TimePoint nowEnd = InnerEvent::Clock::now(); in DistributeTimeAction() local
286 std::chrono::duration<double> distributeTime = nowEnd - nowStart; in DistributeTimeAction()
292 if ((nowEnd - std::chrono::milliseconds(distributeTimeout)) > nowStart) { in DistributeTimeAction()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp411 InnerEvent::TimePoint nowEnd = InnerEvent::Clock::now(); in DistributeTimeAction() local
412 std::chrono::duration<double> distributeTime = nowEnd - nowStart; in DistributeTimeAction()
418 if ((nowEnd - std::chrono::milliseconds(distributeTimeout)) > nowStart) { in DistributeTimeAction()