/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_send_event_module_test.cpp | 60 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 …]
|
D | event_handler_send_sync_event_module_test.cpp | 215 bool result = handler->SendSyncEvent(event, EventQueue::Priority::HIGH); 384 bool result = handler->PostSyncTask(myTask, EventQueue::Priority::HIGH); in __anonc6b63c660a02()
|
D | event_handler_post_task_module_test.cpp | 92 bool postResult = handler->PostTask(f, delayTime, EventQueue::Priority::HIGH);
|
D | event_handler_set_get_remove_module_test.cpp | 278 handler->PostTask(f, delayTime, EventQueue::Priority::HIGH);
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/ |
D | shutdown_priority.h | 30 HIGH, enumerator
|
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/ |
D | sync_shutdown_callback_test.cpp | 136 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); 155 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
|
D | takeover_shutdown_callback_test.cpp | 154 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); 176 shutdownClient.RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
|
D | async_shutdown_callback_test.cpp | 162 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH); 181 g_service->RegisterShutdownCallback(highPriorityCallback, ShutdownPriority::HIGH);
|
/base/update/updateservice/services/startup/model/include/ |
D | startup_constant.h | 35 HIGH = 2, enumerator
|
/base/notification/eventhandler/ |
D | README_zh.md | 11 …息传递的实体封装,EventHandler接收与处理的消息对象。EventHandler待处理的InnerEvent的优先级可在IMMEDIATE、HIGH、LOW、IDLE中选择,并设置合适的d…
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
D | shutdown_callback_holer.cpp | 47 case ShutdownPriority::HIGH: { in AddCallback()
|
/base/notification/eventhandler/interfaces/inner_api/ |
D | event_queue.h | 56 HIGH, enumerator
|
D | event_handler.h | 319 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/ |
D | ems_event_handler_test.cpp | 860 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/ |
D | usage_event_report.cpp | 125 PowerMgr::ShutdownPriority::HIGH); in InitCallback()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
D | lib_event_handler_event_queue_test.cpp | 258 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/ |
D | privacy_manager_service.cpp | 266 PowerMgr::ShutdownPriority::HIGH); in OnAddSystemAbility()
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
D | cdma_sms_common.h | 57 enum class SmsAlertPriority : uint8_t { DEFAULT = 0x00, LOW, MEDIUM, HIGH }; enumerator
|
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
D | ems_event_runner_system_test.cpp | 334 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/ |
D | cellular_data_controller.cpp | 162 …t(CellularDataEventCode::MSG_ASYNCHRONOUS_REGISTER_EVENT_ID, CORE_INIT_DELAY_TIME, Priority::HIGH); in AsynchronousRegister()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 173 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/ |
D | cdma_sms_gtest.cpp | 425 EXPECT_EQ(v.data.submit.alertPriority, SmsAlertPriority::HIGH);
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 1791 HIGH = 1, enumerator
|
/base/notification/eventhandler/frameworks/napi/src/ |
D | events_emitter.cpp | 534 napi_create_uint32(env, (uint32_t)Priority::HIGH, &high); in CreateEnumEventPriority()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_queue.cpp | 117 case Priority::HIGH: in Insert()
|