Searched refs:lockCode (Results 1 – 1 of 1) sorted by relevance
356 int32_t lockCode = keyEvent->TransitionFunctionKey(KeyEvent::KEYCODE_NUM_LOCK); variable357 ASSERT_EQ(lockCode, KeyEvent::NUM_LOCK_FUNCTION_KEY);371 int32_t lockCode = keyEvent->TransitionFunctionKey(KeyEvent::KEYCODE_SCROLL_LOCK); variable372 ASSERT_EQ(lockCode, KeyEvent::SCROLL_LOCK_FUNCTION_KEY);386 int32_t lockCode = keyEvent->TransitionFunctionKey(KeyEvent::KEYCODE_CAPS_LOCK); variable387 ASSERT_EQ(lockCode, KeyEvent::CAPS_LOCK_FUNCTION_KEY);401 int32_t lockCode = keyEvent->TransitionFunctionKey(KeyEvent::KEYCODE_A); variable402 ASSERT_EQ(lockCode, KeyEvent::UNKNOWN_FUNCTION_KEY);