Searched refs:SCROLL_LOCK_FUNCTION_KEY (Results 1 - 11 of 11) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 324 keyEvent->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, false); in HWTEST_F() 325 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in HWTEST_F() 340 keyEvent->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, true); in HWTEST_F() 341 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in HWTEST_F() 372 ASSERT_EQ(lockCode, KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in HWTEST_F()
|
H A D | input_manager_test.cpp | 666 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, true); in HWTEST_F() 667 ASSERT_FALSE(InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in HWTEST_F() 679 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, false); in HWTEST_F() 680 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in HWTEST_F()
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 86 out->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, lock); in GetKeyEvent() 161 status = SetNameProperty(env, out, "scrollLock", in->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in WriteFunctionKeyStatusToJs()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 145 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), eventItems.size(), in PrintInfoLog() 156 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), eventItems.size(), in PrintInfoLog() 214 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), event->GetId(), eventItems.size()); in Print() 224 event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), event->GetId(), eventItems.size()); in Print()
|
/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 139 KeyEvent::SCROLL_LOCK_FUNCTION_KEY in ResetKeyEvent()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 54 << key->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket() 126 key->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 58 << key->GetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket() 124 key->SetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 424 const int32_t KeyEvent::SCROLL_LOCK_FUNCTION_KEY = 2; member in OHOS::MMI::KeyEvent 1317 return SCROLL_LOCK_FUNCTION_KEY; in TransitionFunctionKey() 1335 case SCROLL_LOCK_FUNCTION_KEY: { in GetFunctionKey() 1357 case SCROLL_LOCK_FUNCTION_KEY: { in SetFunctionKey()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 58 static const int32_t SCROLL_LOCK_FUNCTION_KEY; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 49 constexpr int32_t SCROLL_LOCK_FUNCTION_KEY = 2; member 546 funcKey = SCROLL_LOCK_FUNCTION_KEY; in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2130 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in OnGetKeyState()
|
Completed in 27 milliseconds