Home
last modified time | relevance | path

Searched refs:CAPS_LOCK_FUNCTION_KEY (Results 1 - 13 of 13) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp277 keyEvent->SetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY, false); in HWTEST_F()
278 bool result = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in HWTEST_F()
293 keyEvent->SetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY, true); in HWTEST_F()
294 bool result = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in HWTEST_F()
387 ASSERT_EQ(lockCode, KeyEvent::CAPS_LOCK_FUNCTION_KEY); in HWTEST_F()
H A Dinput_manager_test.cpp693 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::CAPS_LOCK_FUNCTION_KEY, true); in HWTEST_F()
694 ASSERT_FALSE(InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::CAPS_LOCK_FUNCTION_KEY)); in HWTEST_F()
706 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::CAPS_LOCK_FUNCTION_KEY, false); in HWTEST_F()
707 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in HWTEST_F()
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp82 out->SetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY, lock); in GetKeyEvent()
155 auto status = SetNameProperty(env, out, "capsLock", in->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY)); in WriteFunctionKeyStatusToJs()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_unicode_transformation.cpp124 bool isCapsEnable = keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY); in KeyCodeToUnicode()
H A Dkey_event_normalize.cpp138 KeyEvent::CAPS_LOCK_FUNCTION_KEY, in ResetKeyEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h144 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in PrintInfoLog()
155 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in PrintInfoLog()
213 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in Print()
223 event->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY), in Print()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp53 << key->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY) in KeyEventToNetPacket()
124 key->SetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp57 << key->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY) in KeyEventToNetPacket()
122 key->SetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp423 const int32_t KeyEvent::CAPS_LOCK_FUNCTION_KEY = 1; member in OHOS::MMI::KeyEvent
1314 return CAPS_LOCK_FUNCTION_KEY; in TransitionFunctionKey()
1332 case CAPS_LOCK_FUNCTION_KEY: { in GetFunctionKey()
1353 case CAPS_LOCK_FUNCTION_KEY: { in SetFunctionKey()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h51 static const int32_t CAPS_LOCK_FUNCTION_KEY; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp48 constexpr int32_t CAPS_LOCK_FUNCTION_KEY = 1; member
543 funcKey = CAPS_LOCK_FUNCTION_KEY; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp460 event.enableCapsLock = keyEvent->GetFunctionKey(MMI::KeyEvent::CAPS_LOCK_FUNCTION_KEY); in ConvertKeyEvent()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2128 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::CAPS_LOCK_FUNCTION_KEY)); in OnGetKeyState()

Completed in 25 milliseconds