/base/powermgr/power_manager/test/unittest/src/ |
D | power_service_mock_test.cpp | 75 keyOption, [this](std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent) { in Init() 125 std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent = OHOS::MMI::KeyEvent::Create(); variable
|
D | power_wakeup_test.cpp | 242 std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent = OHOS::MMI::KeyEvent::Create(); variable
|
D | power_getcontroller_mock_test.cpp | 286 std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent = OHOS::MMI::KeyEvent::Create(); variable
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_controller_test.cpp | 131 auto keyEvent = KeyEventUtil::CreateKeyEvent(keyCode, keyStatus); in OnKeyEvent() local 135 bool OnKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) override in OnKeyEvent() 318 bool InputMethodControllerTest::CheckKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in CheckKeyEvent() 497 auto keyEvent = blockKeyEvent_.GetValue(); variable 517 auto keyEvent = blockFullKeyEvent_.GetValue(); variable 537 auto keyEvent = blockKeyEvent_.GetValue(); variable
|
D | input_method_ability_exception_test.cpp | 251 …auto keyEvent = KeyEventUtil::CreateKeyEvent(MMI::KeyEvent::KEYCODE_A, MMI::KeyEvent::KEY_ACTION_D… variable
|
D | input_method_editor_test.cpp | 71 bool KeyboardListenerImpl::OnKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in OnKeyEvent()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
D | input_method_agent_stub.cpp | 91 std::shared_ptr<MMI::KeyEvent> keyEvent = MMI::KeyEvent::Create(); in DispatchKeyEventOnRemote() local 100 bool InputMethodAgentStub::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent()
|
D | input_method_agent_proxy.cpp | 30 bool InputMethodAgentProxy::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent()
|
D | input_method_ability.cpp | 280 bool InputMethodAbility::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent()
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
D | key_event_util.cpp | 73 std::shared_ptr<MMI::KeyEvent> keyEvent = MMI::KeyEvent::Create(); in CreateKeyEvent() local
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
D | inputmethodability_fuzzer.cpp | 30 bool OnKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in OnKeyEvent() 113 std::shared_ptr<MMI::KeyEvent> keyEvent = MMI::KeyEvent::Create(); in TestDispatchKeyEvent() local
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
D | shutdown_dialog.cpp | 67 …utManager::GetInstance()->SubscribeKeyEvent(keyOption, [this](std::shared_ptr<KeyEvent> keyEvent) { in KeyMonitorInit()
|
/base/web/webview/test/unittest/mmi_adapter/ |
D | mmi_adapter_impl_test.cpp | 178 std::shared_ptr<MMI::KeyEvent> keyEvent = MMI::KeyEvent::Create(); variable
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 61 std::shared_ptr<MMI::KeyEvent> keyEvent = MMI::KeyEvent::Create(); in TestDispatchKeyEvent() local
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | coordination_sm.cpp | 828 …ationSM::IsNeedFilterOut(const std::string &deviceId, const std::shared_ptr<MMI::KeyEvent> keyEven… in IsNeedFilterOut() 891 void CoordinationSM::OnInterceptorInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in OnInterceptorInputEvent() 921 void CoordinationSM::OnPostInterceptorKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in OnPostInterceptorKeyEvent()
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
D | wakeup_controller.cpp | 395 keyOption, [this](std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent) { in Init()
|
/base/powermgr/power_manager/services/native/src/suspend/ |
D | suspend_controller.cpp | 398 keyOption, [this](std::shared_ptr<OHOS::MMI::KeyEvent> keyEvent) { in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_keyboard_delegate_setting.cpp | 287 bool JsKeyboardDelegateSetting::OnKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in OnKeyEvent()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | input_method_controller.cpp | 842 bool InputMethodController::DispatchKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in DispatchKeyEvent()
|