/base/telephony/core_service/services/satellite_service_interaction/src/ |
H A D | satellite_core_callback.cpp | 34 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in SetRadioStateResponse() 44 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in RadioStateChanged() 54 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in SatelliteStatusChanged() 64 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in SimStateChanged()
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_callback.cpp | 34 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in SendSmsResponse() 44 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in SmsStatusReportNotify() 55 handler_->SendEvent(event, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE);
in NewSmsNotify()
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_send_event_module_test.cpp | 47 * Function: Send an event with HIGH or IMMEDIATE priority, and chen check the processed result. 66 if (priority == EventQueue::Priority::IMMEDIATE) { in SendEventWithPriority() 86 * @tc.steps: step1. Set event by event id with different priority (LOW, HIGH, IMMEDIATE). in SendEventWithPriorityByEventId() 100 if (priority == EventQueue::Priority::IMMEDIATE) { in SendEventWithPriorityByEventId() 131 if (priority == EventQueue::Priority::IMMEDIATE) { in SendEventWithSharedOrWeakPtr() 167 case EventQueue::Priority::IMMEDIATE: { in SendEventWithUniquePtr() 347 * @tc.desc: Send event with delayTime and IMMEDIATE priority 354 * @tc.steps: step1. Send event with delayTime and IMMEDIATE priority. in HWTEST_F() 358 SendAndCheck(delayTime, EventQueue::Priority::IMMEDIATE); in HWTEST_F() 561 SendEventWithPriority(EventQueue::Priority::IMMEDIATE); in HWTEST_F() [all...] |
H A D | event_handler_send_sync_event_module_test.cpp | 191 bool result = handler->SendSyncEvent(event, EventQueue::Priority::IMMEDIATE); in HWTEST_F()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | handler_checker.cpp | 31 if (!handler_->PostTask(fb, "IpcCheck Task", 0, AppExecFwk::EventQueue::Priority::IMMEDIATE)) { in ScheduleCheck() 45 if (!handler_->PostTask(f, "XCollie Watchdog Task", 0, AppExecFwk::EventQueue::Priority::IMMEDIATE)) { in ScheduleCheck()
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
H A D | ems_event_handler_test.cpp | 806 handler->SendEvent(event, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 824 handler->SendEvent(event, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1139 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1180 handler->SendEvent(EVENT_ID_ONE, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1197 handler->SendEvent(EVENT_ID, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1266 handler->SendEvent(EVENT_ID, FLAG_ONE, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1283 handler->SendEvent(EVENT_ID, FLAG_TWO, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1354 handler->SendSyncEvent(event, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1372 handler->SendSyncEvent(event, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1531 handler->SendSyncEvent(EVENT_ID_ONE, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() [all...] |
/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_queue.cpp | 24 enum class TelPriority : uint32_t { IMMEDIATE = 0, HIGH, LOW }; member in OHOS::Telephony::__anon3717::TelPriority 75 if (priority == AppExecFwk::EventQueue::Priority::IMMEDIATE) { in ToTelPriority() 76 return static_cast<uint32_t>(TelPriority::IMMEDIATE); in ToTelPriority()
|
H A D | tel_event_handler.cpp | 90 queue_->Submit(event, Priority::IMMEDIATE); in SendExecuteNowEvent()
|
/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 198 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in AlterPinPassword() 229 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in UnlockPuk() 260 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in AlterPin2Password() 291 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in UnlockPuk2()
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | handler_checker_test.cpp | 74 bool ret = handler->PostTask(blockFunc, "Block3", 0, EventQueue::Priority::IMMEDIATE); in HWTEST_F()
|
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/ |
H A D | ems_event_queue_system_test.cpp | 102 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::IMMEDIATE); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_cb_data.h | 41 uint8_t urgency = static_cast<uint8_t>(SmsCmaeUrgency::IMMEDIATE);
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_message.h | 87 int8_t urgency_ = static_cast<int8_t>(SmsCmaeUrgency::IMMEDIATE);
|
H A D | cdma_sms_common.h | 59 enum class SmsDisplayMode : uint8_t { IMMEDIATE = 0x00, DEFAULT_SETTING, USER_INVOKE, RESERVED }; member in OHOS::Telephony::SmsDisplayMode 136 IMMEDIATE = 0x0, member in OHOS::Telephony::SmsCmaeUrgency
|
/base/telephony/core_service/utils/common/include/ |
H A D | tel_event_handler.h | 214 return SendEvent(event, 0, Priority::IMMEDIATE); in SendImmediateEvent()
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_queue.h | 113 IMMEDIATE, member in OHOS::AppExecFwk::EventQueue::Priority
|
H A D | event_handler.h | 233 return SendEvent(event, 0, Priority::IMMEDIATE); in SendImmediateEvent() 510 return SendEvent(InnerEvent::Get(callback, name, caller), 0, Priority::IMMEDIATE);
|
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/ |
H A D | cdmasmsmessage_fuzzer.cpp | 128 deliverMsg.displayMode = SmsDisplayMode::IMMEDIATE; in TestAnalysisDeliverMsg()
|
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.cpp | 299 eventHandler->PostTask(task, type, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in ReceivePrivateCommand() 333 eventHandler->PostTask(task, type, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in NotifyPanelStatus()
|
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
H A D | ems_event_runner_system_test.cpp | 370 handler->PostTask(task, EventHandler::Priority::IMMEDIATE); in HWTEST_F() 607 handler->PostTask(task, FLAG_ONE, EventHandler::Priority::IMMEDIATE); in HWTEST_F() 698 handler->PostSyncTask(task, EventHandler::Priority::IMMEDIATE); in HWTEST_F() 880 handler->PostTimingTask(task, FLAG_ONE, EventHandler::Priority::IMMEDIATE); in HWTEST_F()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_queue_test.cpp | 166 // insert event into queue from IDLE priority to IMMEDIATE priority in InsertPriorityTest() 303 queue.Insert(event, EventQueue::Priority::IMMEDIATE); in InsertAllPriorityEvent() 501 * from IDLE to IMMEDIATE. 513 EventQueue::Priority::IMMEDIATE, in HWTEST_F() 528 * from IMMEDIATE to IDLE 538 EventQueue::Priority::IMMEDIATE, in HWTEST_F() 1910 bool hasPreferEvent2 = queue.HasPreferEvent(static_cast<int>(EventQueue::Priority::IMMEDIATE)); in HWTEST_F()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_base.cpp | 154 case Priority::IMMEDIATE: in Insert() 723 return "Current queue size: IMMEDIATE = " + in DumpCurrentQueueSize() 724 std::to_string(subEventQueues_[static_cast<int>(Priority::IMMEDIATE)].queue.size()) + ", HIGH = " + in DumpCurrentQueueSize()
|
H A D | event_queue_ffrt.cpp | 41 case EventQueue::Priority::IMMEDIATE: in TransferInnerPriority() 399 std::string prioritys[] = {"VIP = ", ", IMMEDIATE = ", ", HIGH =", ", LOW = ", ", IDLE = "}; in DumpCurrentQueueSize()
|
/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_codec.cpp | 611 urgency = static_cast<uint8_t>(SmsCmaeUrgency::IMMEDIATE); in GetCmasUrgency()
|
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_message.cpp | 290 if (deliver.displayMode == SmsDisplayMode::IMMEDIATE) { in AnalsisDeliverMsg()
|