Home
last modified time | relevance | path

Searched refs:HIGH (Results 1 - 25 of 40) sorted by relevance

12

/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_epoll_io_waiter_test.cpp105 listener, EventQueue::Priority::HIGH); in HWTEST_F()
127 listener, EventQueue::Priority::HIGH); in HWTEST_F()
149 listener, EventQueue::Priority::HIGH); in HWTEST_F()
H A Dlib_event_handler_event_queue_test.cpp262 queue.Insert(event, EventQueue::Priority::HIGH); in InsertPriorityEvent()
291 queue.Insert(event, EventQueue::Priority::HIGH); in InsertAllPriorityEvent()
512 EventQueue::Priority::HIGH, in HWTEST_F()
539 EventQueue::Priority::HIGH, in HWTEST_F()
602 queue.Insert(event, EventQueue::Priority::HIGH); in HWTEST_F()
1901 queue.Insert(event, EventQueue::Priority::HIGH); in HWTEST_F()
1905 * @tc.steps: step2. check whether there are higher priority than HIGH in event queue in HWTEST_F()
1908 bool hasPreferEvent1 = queue.HasPreferEvent(static_cast<int>(EventQueue::Priority::HIGH)); in HWTEST_F()
1935 queue.Insert(event, EventQueue::Priority::HIGH); in HWTEST_F()
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp47 * Function: Send an event with HIGH or IMMEDIATE priority, and chen check the processed result.
60 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriority()
86 * @tc.steps: step1. Set event by event id with different priority (LOW, HIGH, IMMEDIATE). in SendEventWithPriorityByEventId()
97 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriorityByEventId()
128 if (priority == EventQueue::Priority::HIGH) { in SendEventWithSharedOrWeakPtr()
158 case EventQueue::Priority::HIGH: { in SendEventWithUniquePtr()
302 * @tc.desc: Send event with priority = HIGH
309 * @tc.steps: step1. Send event with HIGH priority. in HWTEST_F()
313 SendAndCheck(delayTime, EventQueue::Priority::HIGH); in HWTEST_F()
495 SendEventWithPriority(EventQueue::Priority::HIGH); in HWTEST_F()
[all...]
H A Devent_handler_send_sync_event_module_test.cpp215 bool result = handler->SendSyncEvent(event, EventQueue::Priority::HIGH); in HWTEST_F()
384 bool result = handler->PostSyncTask(myTask, EventQueue::Priority::HIGH); in HWTEST_F()
H A Devent_handler_set_get_remove_module_test.cpp278 handler->PostTask(f, delayTime, EventQueue::Priority::HIGH); in HWTEST_F()
H A Devent_handler_post_task_module_test.cpp92 bool postResult = handler->PostTask(f, delayTime, EventQueue::Priority::HIGH); in HWTEST_F()
/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dshutdown_priority.h30 HIGH, member in OHOS::PowerMgr::ShutdownPriority
/base/powermgr/power_manager/interfaces/inner_api/native/include/suspend/
H A Dsleep_priority.h27 HIGH, member in OHOS::PowerMgr::SleepPriority
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
H A Dsync_shutdown_callback_test.cpp158 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
177 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
H A Dasync_shutdown_callback_test.cpp190 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
209 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
H A Dtakeover_shutdown_callback_test.cpp154 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
176 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); in HWTEST_F()
/base/update/updateservice/services/startup/model/include/
H A Dstartup_constant.h35 HIGH = 2, member in OHOS::UpdateEngine::TaskPriority
/base/notification/eventhandler/test/fuzztest/noneiowaiter_fuzzer/
H A Dnoneiowaiter_fuzzer.cpp56 listener, AppExecFwk::EventQueue::Priority::HIGH); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp24 enum class TelPriority : uint32_t { IMMEDIATE = 0, HIGH, LOW }; member in OHOS::Telephony::__anon3717::TelPriority
78 if (priority == AppExecFwk::EventQueue::Priority::HIGH) { in ToTelPriority()
79 return static_cast<uint32_t>(TelPriority::HIGH); in ToTelPriority()
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.cpp47 case ShutdownPriority::HIGH: { in AddCallback()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsleep_callback_holder.cpp36 case SleepPriority::HIGH: { in AddCallback()
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h115 HIGH, member in OHOS::AppExecFwk::EventQueue::Priority
197 Priority priority = Priority::HIGH) = 0;
H A Devent_handler.h329 return SendEvent(event, delayTime, Priority::HIGH); in SendHighPriorityEvent()
525 return PostTask(callback, name, delayTime, Priority::HIGH, caller);
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H A Dems_event_handler_test.cpp860 handler->SendEvent(event, TestEventHandler::Priority::HIGH); in HWTEST_F()
1118 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH); in HWTEST_F()
1232 handler->SendEvent(EVENT_ID, TestEventHandler::Priority::HIGH); in HWTEST_F()
1318 handler->SendEvent(EVENT_ID, FLAG_FOUR, TestEventHandler::Priority::HIGH); in HWTEST_F()
1408 handler->SendSyncEvent(EVENT_ID, TestEventHandler::Priority::HIGH); in HWTEST_F()
1582 handler->SendSyncEvent(EVENT_ID_FOUR, TestEventHandler::Priority::HIGH); in HWTEST_F()
1910 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH); in HWTEST_F()
1999 if (handler->PostTask(f, DELAY_TIME, EventHandler::Priority::HIGH)) { in HWTEST_F()
2113 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::HIGH); in HWTEST_F()
2199 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::HIGH); in HWTEST_F()
[all...]
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h167 Priority priority = Priority::HIGH) override;
H A Devent_queue_base.h218 Priority priority = Priority::HIGH) override;
287 // Sub event queues for IMMEDIATE, HIGH and LOW priority. So use value of IDLE as size.
/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp157 PowerMgr::ShutdownPriority::HIGH); in InitCallback()
/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/
H A Dsendenvelopecmd_fuzzer.cpp220 handler->SendEvent(0, 0, AppExecFwk::EventQueue::Priority::HIGH); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp201 handler->SendEvent(0, 0, AppExecFwk::EventQueue::Priority::HIGH); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h639 HIGH = 1, enumerator

Completed in 18 milliseconds

12