/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 143 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in PrintInfoLog() 144 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in PrintInfoLog() 145 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), eventItems.size(), in PrintInfoLog() 154 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in PrintInfoLog() 155 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in PrintInfoLog() 156 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), eventItems.size(), in PrintInfoLog() 212 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in Print() 213 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in Print() 214 … event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), event->GetId(), eventItems.size()); in Print() 223 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in Print() [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 246 bool result = keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY); 262 bool result = keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY); 278 bool result = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); 294 bool result = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); 325 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); 341 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY);
|
/ohos5.0/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 139 …auto status = SetNameProperty(env, out, "capsLock", in->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTIO… in WriteFunctionKeyStatusToJs() 142 …status = SetNameProperty(env, out, "numLock", in->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY)); in WriteFunctionKeyStatusToJs() 145 …status = SetNameProperty(env, out, "scrollLock", in->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION… in WriteFunctionKeyStatusToJs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | utils.h | 45 static std::string GetFunctionKey(int32_t functionKey);
|
H A D | utils.cpp | 50 std::string Utils::GetFunctionKey(int32_t functionKey) in GetFunctionKey() function in Utils
|
H A D | cj_view_abstract_ffi.cpp | 1087 std::string keyValue = Utils::GetFunctionKey(value); in FfiOHOSAceFrameworkViewAbstractKeyShortcutByFuncKey()
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_unicode_transformation.cpp | 124 bool isCapsEnable = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in KeyCodeToUnicode()
|
H A D | key_event_normalize.cpp | 119 funcKey, keyEvent->GetFunctionKey(funcKey)); in HandleKeyAction()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 49 pkt << key->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 50 << key->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 51 << key->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 395 ret = keyEvent->GetFunctionKey(MMI::KeyEvent::NUM_LOCK_FUNCTION_KEY) in CheckKeyEvent() 396 == keyEvent_->GetFunctionKey(MMI::KeyEvent::NUM_LOCK_FUNCTION_KEY); in CheckKeyEvent() 398 ret = keyEvent->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY) in CheckKeyEvent() 399 == keyEvent_->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY); in CheckKeyEvent() 401 ret = keyEvent->GetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY) in CheckKeyEvent() 402 == keyEvent_->GetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in CheckKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 56 pkt << key->GetFunctionKey(MMI::KeyEvent::NUM_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 57 << key->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 58 << key->GetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 56 pkt << key->GetFunctionKey(MMI::KeyEvent::NUM_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 57 << key->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 58 << key->GetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 3352 bool GetFunctionKey(int32_t funcKey) const;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1482 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY)); in OnGetKeyState() 1484 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in OnGetKeyState() 1486 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY)); in OnGetKeyState()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 464 event.enableCapsLock = keyEvent->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY); in ConvertKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 147 state = keyEvent->GetFunctionKey(funcKey); in OnGetFunctionKeyState()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 1287 bool KeyEvent::GetFunctionKey(int32_t funcKey) const in GetFunctionKey() function in OHOS::MMI::KeyEvent
|