Searched refs:NUM_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 | 245 keyEvent->SetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY, false); in HWTEST_F() 246 bool result = keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY); in HWTEST_F() 261 keyEvent->SetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY, true); in HWTEST_F() 262 bool result = keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY); in HWTEST_F() 357 ASSERT_EQ(lockCode, KeyEvent::NUM_LOCK_FUNCTION_KEY); in HWTEST_F()
|
H A D | input_manager_test.cpp | 639 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::NUM_LOCK_FUNCTION_KEY, true); 640 ASSERT_FALSE(InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::NUM_LOCK_FUNCTION_KEY)); 652 InputManager::GetInstance()->SetFunctionKeyState(KeyEvent::NUM_LOCK_FUNCTION_KEY, false); in HWTEST_F() 653 bool result = InputManager::GetInstance()->GetFunctionKeyState(KeyEvent::NUM_LOCK_FUNCTION_KEY); in HWTEST_F()
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 84 out->SetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY, lock); in GetKeyEvent() 158 status = SetNameProperty(env, out, "numLock", in->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY)); in WriteFunctionKeyStatusToJs()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 143 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in PrintInfoLog() 154 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in PrintInfoLog() 212 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in Print() 222 event->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY), in Print()
|
/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 137 KeyEvent::NUM_LOCK_FUNCTION_KEY, in ResetKeyEvent()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 52 pkt << key->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY) in KeyEventToNetPacket() 122 key->SetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/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() 120 key->SetFunctionKey(MMI::KeyEvent::NUM_LOCK_FUNCTION_KEY, state); in ReadFunctionKeys()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 422 const int32_t KeyEvent::NUM_LOCK_FUNCTION_KEY = 0; member in OHOS::MMI::KeyEvent 1311 return NUM_LOCK_FUNCTION_KEY; in TransitionFunctionKey() 1329 case NUM_LOCK_FUNCTION_KEY: { in GetFunctionKey() 1349 case NUM_LOCK_FUNCTION_KEY: { in SetFunctionKey()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 44 static const int32_t NUM_LOCK_FUNCTION_KEY; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 47 constexpr int32_t NUM_LOCK_FUNCTION_KEY = 0; member 539 int32_t funcKey = NUM_LOCK_FUNCTION_KEY; in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2132 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY)); in OnGetKeyState()
|
Completed in 24 milliseconds