/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 324 keyEvent->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, false); 325 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); 340 keyEvent->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, true); 341 bool result = keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); 372 ASSERT_EQ(lockCode, KeyEvent::SCROLL_LOCK_FUNCTION_KEY);
|
H A D | input_manager_test.cpp | 619 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, true); 620 …ASSERT_FALSE(InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); 632 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, false); 633 …bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::SCROLL_LOCK_FUNCTION_KEY);
|
/ohos5.0/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 78 out->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, lock); in GetKeyEvent() 145 … = SetNameProperty(env, out, "scrollLock", in->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in WriteFunctionKeyStatusToJs()
|
/ohos5.0/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() 225 … event->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY), event->GetId(), eventItems.size()); in Print()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 51 << key->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY); in KeyEventToNetPacket() 116 key->SetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/ohos5.0/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 1278 return SCROLL_LOCK_FUNCTION_KEY; in TransitionFunctionKey() 1296 case SCROLL_LOCK_FUNCTION_KEY: { in GetFunctionKey() 1318 case SCROLL_LOCK_FUNCTION_KEY: { in SetFunctionKey()
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 144 KeyEvent::SCROLL_LOCK_FUNCTION_KEY in ResetKeyEvent()
|
/ohos5.0/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()
|
/ohos5.0/base/msdp/device_status/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() 123 key->SetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 302 keyEvent_->SetFunctionKey(MMI::KeyEvent::SCROLL_LOCK_FUNCTION_KEY, 1); in SetUpTestCase() 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/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 58 static const int32_t SCROLL_LOCK_FUNCTION_KEY; variable
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 49 constexpr int32_t SCROLL_LOCK_FUNCTION_KEY = 2; variable 513 funcKey = SCROLL_LOCK_FUNCTION_KEY;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1484 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::SCROLL_LOCK_FUNCTION_KEY)); in OnGetKeyState()
|