Home
last modified time | relevance | path

Searched refs:HIGH (Results 1 – 25 of 27) sorted by relevance

12

/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_send_event_module_test.cpp60 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriority()
97 if (priority == EventQueue::Priority::HIGH) { in SendEventWithPriorityByEventId()
128 if (priority == EventQueue::Priority::HIGH) { in SendEventWithSharedOrWeakPtr()
158 case EventQueue::Priority::HIGH: { in SendEventWithUniquePtr()
313 SendAndCheck(delayTime, EventQueue::Priority::HIGH);
466 SendEventWithPriority(EventQueue::Priority::HIGH);
477 SendEventWithPriorityByEventId(EventQueue::Priority::HIGH);
488 SendEventWithSmartPtr(SmartPointerType::SHARED_PTR, EventQueue::Priority::HIGH);
499 SendEventWithSmartPtr(SmartPointerType::WEAK_PTR, EventQueue::Priority::HIGH);
510 … SendEventWithSmartPtr(SmartPointerType::LVALUE_REFERENCE_UNIQUE_PTR, EventQueue::Priority::HIGH);
[all …]
Devent_handler_send_sync_event_module_test.cpp215 bool result = handler->SendSyncEvent(event, EventQueue::Priority::HIGH);
384 bool result = handler->PostSyncTask(myTask, EventQueue::Priority::HIGH); in __anonc6b63c660a02()
Devent_handler_post_task_module_test.cpp92 bool postResult = handler->PostTask(f, delayTime, EventQueue::Priority::HIGH);
Devent_handler_set_get_remove_module_test.cpp278 handler->PostTask(f, delayTime, EventQueue::Priority::HIGH);
/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
Dshutdown_priority.h30 HIGH, enumerator
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
Dsync_shutdown_callback_test.cpp136 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
155 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
Dtakeover_shutdown_callback_test.cpp154 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
176 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
Dasync_shutdown_callback_test.cpp162 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
181 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
/base/update/updateservice/services/startup/model/include/
Dstartup_constant.h35 HIGH = 2, enumerator
/base/notification/eventhandler/
DREADME_zh.md11 …息传递的实体封装,EventHandler接收与处理的消息对象。EventHandler待处理的InnerEvent的优先级可在IMMEDIATE、HIGH、LOW、IDLE中选择,并设置合适的d…
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_callback_holer.cpp47 case ShutdownPriority::HIGH: { in AddCallback()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h56 HIGH, enumerator
Devent_handler.h319 return SendEvent(event, delayTime, Priority::HIGH);
488 … return PostTask(callback, name.empty() ? caller.ToString() : name, delayTime, Priority::HIGH);
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
Dems_event_handler_test.cpp860 handler->SendEvent(event, TestEventHandler::Priority::HIGH);
1118 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH);
1232 handler->SendEvent(EVENT_ID, TestEventHandler::Priority::HIGH);
1318 handler->SendEvent(EVENT_ID, FLAG_FOUR, TestEventHandler::Priority::HIGH);
1408 handler->SendSyncEvent(EVENT_ID, TestEventHandler::Priority::HIGH);
1582 handler->SendSyncEvent(EVENT_ID_FOUR, TestEventHandler::Priority::HIGH);
1910 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH);
1999 if (handler->PostTask(f, DELAY_TIME, EventHandler::Priority::HIGH)) {
2113 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::HIGH);
2199 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::HIGH);
[all …]
/base/hiviewdfx/hiview/plugins/usage_event_report/
Dusage_event_report.cpp125 PowerMgr::ShutdownPriority::HIGH); in InitCallback()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_queue_test.cpp258 queue.Insert(event, EventQueue::Priority::HIGH); in InsertPriorityEvent()
287 queue.Insert(event, EventQueue::Priority::HIGH); in InsertAllPriorityEvent()
508 EventQueue::Priority::HIGH,
533 EventQueue::Priority::HIGH,
596 queue.Insert(event, EventQueue::Priority::HIGH);
/base/security/access_token/services/privacymanager/src/service/
Dprivacy_manager_service.cpp266 PowerMgr::ShutdownPriority::HIGH); in OnAddSystemAbility()
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_common.h57 enum class SmsAlertPriority : uint8_t { DEFAULT = 0x00, LOW, MEDIUM, HIGH }; enumerator
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp334 handler->PostTask(task, EventHandler::Priority::HIGH);
643 handler->PostTask(task, FLAG_THREE, EventHandler::Priority::HIGH);
734 handler->PostSyncTask(task, EventHandler::Priority::HIGH);
916 handler->PostTimingTask(task, FLAG_THREE, EventHandler::Priority::HIGH);
/base/telephony/cellular_data/services/src/
Dcellular_data_controller.cpp162 …t(CellularDataEventCode::MSG_ASYNCHRONOUS_REGISTER_EVENT_ID, CORE_INIT_DELAY_TIME, Priority::HIGH); in AsynchronousRegister()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp173 this->SendEvent(OPERATOR_CONFIG_CHANGED_ID, DELAY_TIME, Priority::HIGH); in OnReceiveEvent()
179 this->SendEvent(GET_CS_CALL_DATA_ID, 0, Priority::HIGH); in GetCsCallData()
184 this->SendEvent(GET_IMS_CALL_DATA_ID, 0, Priority::HIGH); in GetImsCallData()
/base/telephony/sms_mms/test/gtest/
Dcdma_sms_gtest.cpp425 EXPECT_EQ(v.data.submit.alertPriority, SmsAlertPriority::HIGH);
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h1791 HIGH = 1, enumerator
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp534 napi_create_uint32(env, (uint32_t)Priority::HIGH, &high); in CreateEnumEventPriority()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp117 case Priority::HIGH: in Insert()

12