Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler_utils.h47 static inline int64_t TimePointToTimeOut(const InnerEvent::TimePoint &when) in TimePointToTimeOut() function
H A Devent_queue.cpp451 if (!ioWaiterHolder->WaitFor(lock, TimePointToTimeOut(when))) { in WaitUntilLocked()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_handler_utils.h36 LOCAL_API static inline int64_t TimePointToTimeOut(const InnerEvent::TimePoint &when) in TimePointToTimeOut() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue.cpp218 if (!ioWaiterHolder->WaitFor(lock, TimePointToTimeOut(when))) { in WaitUntilLocked()
H A Devent_queue_base.cpp432 info.sleepTime = NanosecondsToTimeout(TimePointToTimeOut(nextExpiredTime)); in TryExecuteObserverCallback()