/ohos5.0/base/web/webview/test/fuzztest/sendkeyevent_fuzzer/ |
H A D | sendkeyevent_fuzzer.cpp | 42 g_nweb->SendKeyEvent(keyCode, keyAction); in SendKeyEventFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.h | 41 static bool SendKeyEvent(const RefPtr<PipelineContext>& context, const JsKeyEvent& event);
|
H A D | inspector.cpp | 267 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 D | event_report.h | 121 …static void SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventIn…
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 46 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent() function
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 57 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent() function
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 254 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 D | ark_web_nweb_impl.cpp | 118 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 D | ark_web_nweb_impl.h | 56 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 D | ark_web_nweb.h | 98 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 D | ui_ability_lifecycle_manager.h | 438 void SendKeyEvent(AbilityRequest &abilityRequest) const;
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 247 void SendKeyEvent();
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 116 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 D | ark_web_nweb_wrapper.h | 62 bool SendKeyEvent(int32_t key_code, int32_t key_action) override;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | mission_list_manager.h | 543 void SendKeyEvent(const AbilityRequest &abilityRequest);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 269 virtual bool SendKeyEvent(int32_t keyCode, int32_t keyAction) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 353 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 D | mission_list_manager.cpp | 193 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 D | ui_ability_lifecycle_manager.cpp | 114 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 D | key_command_handler.cpp | 1722 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 D | key_command_handler_test.cpp | 3966 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 D | ability.cpp | 1631 …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 D | web_delegate.cpp | 5739 return nweb_->SendKeyEvent(keyCode, keyAction); in OnKeyEvent()
|