Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/
H A Dems_inner_event_system_test.cpp139 event->SetHandleTime(now);
153 event->SetHandleTime(now);
168 event->SetHandleTime(now);
182 event->SetHandleTime(now);
196 event->SetHandleTime(now);
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_event_handler.cpp65 event->SetHandleTime(now + std::chrono::milliseconds(delayTime)); in SendEvent()
67 event->SetHandleTime(now); in SendEvent()
84 event->SetHandleTime(AppExecFwk::InnerEvent::TimePoint::min()); in SendExecuteNowEvent()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp137 event->SetHandleTime(handleTime); in DelayTest()
172 event->SetHandleTime(now); in InsertPriorityTest()
250 event->SetHandleTime(now); in InsertPriorityEvent()
262 event->SetHandleTime(now); in InsertPriorityEvent()
279 event->SetHandleTime(now); in InsertAllPriorityEvent()
291 event->SetHandleTime(now); in InsertAllPriorityEvent()
303 event->SetHandleTime(now); in InsertAllPriorityEvent()
602 event->SetHandleTime(now);
610 event->SetHandleTime(now);
1892 event->SetHandleTime(now);
[all …]
H A Dlib_event_handler_event_test.cpp307 event->SetHandleTime(now);
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp108 event->SetHandleTime(now + std::chrono::milliseconds(delayTime)); in SendEvent()
110 event->SetHandleTime(now); in SendEvent()
144 event->SetHandleTime(now); in PostTaskAtFront()
196 event->SetHandleTime(InnerEvent::Clock::now()); in SendSyncEvent()
H A Devent_queue_base.cpp50 event->SetHandleTime((*headEvent)->GetHandleTime()); in InsertEventsLocked()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp86 event->SetHandleTime(now + std::chrono::milliseconds(delayTime)); in SendEvent()
88 event->SetHandleTime(now); in SendEvent()
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dinternal_message.h260 void SetHandleTime(int64_t time);
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dmessage_queue.cpp63 message->SetHandleTime(handleTime); in AddMessageToQueue()
H A Dinternal_message.cpp182 void InternalMessage::SetHandleTime(int64_t time) in SetHandleTime() function in OHOS::Wifi::InternalMessage
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h247 inline void SetHandleTime(const TimePoint &handleTime) in SetHandleTime() function
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h466 inline void SetHandleTime(const TimePoint &handleTime) in SetHandleTime() function