Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp245 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 Dinput_manager_test.cpp639 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 Dkey_event_napi.cpp84 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 Devent_log_helper.h143 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 Dkey_event_normalize.cpp137 KeyEvent::NUM_LOCK_FUNCTION_KEY, in ResetKeyEvent()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp52 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 Dinput_event_serialization.cpp56 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 Dkey_event.cpp422 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 Dkey_event.h44 static const int32_t NUM_LOCK_FUNCTION_KEY; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp47 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 Dmmi_service.cpp2132 static_cast<int32_t>(keyEvent->GetFunctionKey(KeyEvent::NUM_LOCK_FUNCTION_KEY)); in OnGetKeyState()

Completed in 24 milliseconds