Home
last modified time | relevance | path

Searched refs:SCROLL_LOCK_FUNCTION_KEY (Results 1 - 11 of 11) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp324 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 Dinput_manager_test.cpp666 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 Dkey_event_napi.cpp86 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 Devent_log_helper.h145 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 Dkey_event_normalize.cpp139 KeyEvent::SCROLL_LOCK_FUNCTION_KEY in ResetKeyEvent()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp54 << 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 Dinput_event_serialization.cpp58 << 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 Dkey_event.cpp424 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 Dkey_event.h58 static const int32_t SCROLL_LOCK_FUNCTION_KEY; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp49 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 Dmmi_service.cpp2130 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in OnGetKeyState()

Completed in 27 milliseconds