Home
last modified time | relevance | path

Searched refs:SendKeyEvent (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.h41 static bool SendKeyEvent(const RefPtr<PipelineContext>& context, const JsKeyEvent& event);
H A Dinspector.cpp265 bool Inspector::SendKeyEvent(const RefPtr<PipelineContext>& context, const JsKeyEvent& event) in SendKeyEvent() function in OHOS::Ace::V2::Inspector
/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h119 static void SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp261 AAFwk::EventReport::SendKeyEvent(AAFwk::EventName::RESTART_PROCESS_BY_SAME_APP, in SendReStartProcessEvent()
/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h440 void SendKeyEvent(AbilityRequest &abilityRequest) const;
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h256 void SendKeyEvent();
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_list_manager.h545 void SendKeyEvent(const AbilityRequest &abilityRequest);
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp353 void EventReport::SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendKeyEvent() function in OHOS::AAFwk::EventReport
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp193 SendKeyEvent(abilityRequest); in StartAbility()
354 SendKeyEvent(abilityRequest); in StartWaitingAbility()
3657 SendKeyEvent(abilityRequest); in OnStartSpecifiedAbilityTimeoutResponse()
4265 void MissionListManager::SendKeyEvent(const AbilityRequest &abilityRequest) in SendKeyEvent() function in MissionListManager
4272 EventReport::SendKeyEvent(EventName::START_PRIVATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in SendKeyEvent()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp113 SendKeyEvent(abilityRequest); in StartUIAbility()
225 void UIAbilityLifecycleManager::SendKeyEvent(AbilityRequest &abilityRequest) const in SendKeyEvent() function in OHOS::AAFwk::UIAbilityLifecycleManager
232 EventReport::SendKeyEvent(EventName::START_PRIVATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in SendKeyEvent()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1564 SendKeyEvent(); in HandleRepeatKeyCount()
1593 void KeyCommandHandler::SendKeyEvent() in SendKeyEvent() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp525 * @tc.desc: Test the funcation SendKeyEvent
539 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent()); in HWTEST_F()
544 * @tc.desc: Test the funcation SendKeyEvent
558 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent()); in HWTEST_F()
4819 * @tc.desc: Test the funcation SendKeyEvent
4830 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
4835 * @tc.desc: Test the funcation SendKeyEvent
4846 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
4851 * @tc.desc: Test the funcation SendKeyEvent
4862 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1633 AAFwk::EventReport::SendKeyEvent(AAFwk::EventName::FA_SHOW_ON_LOCK, HiSysEventType::BEHAVIOR, eventInfo); in SetShowOnLockScreen()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5685 return nweb_->SendKeyEvent(keyCode, keyAction); in OnKeyEvent()

Completed in 36 milliseconds