Home
last modified time | relevance | path

Searched refs:SendKeyEvent (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/sendkeyevent_fuzzer/
H A Dsendkeyevent_fuzzer.cpp42 g_nweb->SendKeyEvent(keyCode, keyAction); in SendKeyEventFuzzTest()
/ohos5.0/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.cpp267 bool Inspector::SendKeyEvent(const RefPtr<PipelineContext>& context, const JsKeyEvent& event) in SendKeyEvent() function in OHOS::Ace::V2::Inspector
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h121 …static void SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventIn…
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h46 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h57 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent() function
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp254 AAFwk::EventReport::SendKeyEvent(AAFwk::EventName::RESTART_PROCESS_BY_SAME_APP, in SendReStartProcessEvent()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp118 bool ArkWebNWebImpl::SendKeyEvent(int32_t key_code, int32_t key_action) in SendKeyEvent() function in OHOS::ArkWeb::ArkWebNWebImpl
120 return nweb_nweb_->SendKeyEvent(key_code, key_action); in SendKeyEvent()
H A Dark_web_nweb_impl.h56 bool SendKeyEvent(int32_t key_code, int32_t key_action) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h98 virtual bool SendKeyEvent(int32_t key_code, int32_t key_action) = 0;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h438 void SendKeyEvent(AbilityRequest &abilityRequest) const;
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h247 void SendKeyEvent();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp116 bool ArkWebNWebWrapper::SendKeyEvent(int32_t key_code, int32_t key_action) in SendKeyEvent() function in OHOS::ArkWeb::ArkWebNWebWrapper
118 return ark_web_nweb_->SendKeyEvent(key_code, key_action); in SendKeyEvent()
H A Dark_web_nweb_wrapper.h62 bool SendKeyEvent(int32_t key_code, int32_t key_action) override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_list_manager.h543 void SendKeyEvent(const AbilityRequest &abilityRequest);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h269 virtual bool SendKeyEvent(int32_t keyCode, int32_t keyAction) = 0;
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp353 void EventReport::SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &ev… in SendKeyEvent() function in OHOS::AAFwk::EventReport
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp193 SendKeyEvent(abilityRequest); in StartAbility()
354 SendKeyEvent(abilityRequest); in StartWaitingAbility()
3625 SendKeyEvent(abilityRequest); in OnStartSpecifiedAbilityTimeoutResponse()
4227 void MissionListManager::SendKeyEvent(const AbilityRequest &abilityRequest) in SendKeyEvent() function in OHOS::AAFwk::MissionListManager
4234 … EventReport::SendKeyEvent(EventName::START_PRIVATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in SendKeyEvent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp114 SendKeyEvent(abilityRequest); in StartUIAbility()
226 void UIAbilityLifecycleManager::SendKeyEvent(AbilityRequest &abilityRequest) const in SendKeyEvent() function in OHOS::AAFwk::UIAbilityLifecycleManager
233 … EventReport::SendKeyEvent(EventName::START_PRIVATE_ABILITY, HiSysEventType::BEHAVIOR, eventInfo); in SendKeyEvent()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1722 SendKeyEvent(); in HandleRepeatKeyCount()
1763 void KeyCommandHandler::SendKeyEvent() in SendKeyEvent() function in OHOS::MMI::KeyCommandHandler
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp3966 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
3982 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
3998 ASSERT_NO_FATAL_FAILURE(handler.SendKeyEvent());
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1631 …AAFwk::EventReport::SendKeyEvent(AAFwk::EventName::FA_SHOW_ON_LOCK, HiSysEventType::BEHAVIOR, even… in SetShowOnLockScreen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5739 return nweb_->SendKeyEvent(keyCode, keyAction); in OnKeyEvent()