Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp283 InnerEvent::TimePoint nowEnd = InnerEvent::Clock::now(); in DistributeTimeAction() local
284 std::chrono::duration<double> distributeTime = nowEnd - nowStart; in DistributeTimeAction()
290 if ((nowEnd - std::chrono::milliseconds(distributeTimeout)) > nowStart) { in DistributeTimeAction()