Searched refs:IsSpecialType (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_util_test.cpp | 38 * @tc.desc: Test the function IsSpecialType 47 bool result = OHOS::MMI::IsSpecialType(keyCode, type); in HWTEST_F() 51 result = OHOS::MMI::IsSpecialType(keyCode, type); in HWTEST_F() 55 result = OHOS::MMI::IsSpecialType(keyCode, type); in HWTEST_F() 59 result = OHOS::MMI::IsSpecialType(keyCode, type); in HWTEST_F() 202 EXPECT_FALSE(OHOS::MMI::IsSpecialType(keyCode, type)); in HWTEST_F() 216 EXPECT_FALSE(OHOS::MMI::IsSpecialType(keyCode, type)); in HWTEST_F() 230 EXPECT_FALSE(OHOS::MMI::IsSpecialType(keyCode, type)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 108 bool IsSpecialType(int32_t keyCode, SpecialType type);
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 23 bool IsSpecialType(int32_t keyCode, SpecialType type) in IsSpecialType() function
|
H A D | key_command_handler.cpp | 1314 if (IsSpecialType(key->GetKeyCode(), SpecialType::SUBSCRIBER_BEFORE_DELAY)) { in OnHandleEvent() 1599 if (IsSpecialType(keycode, SpecialType::KEY_DOWN_ACTION)) { in SendKeyEvent() 1817 if (IsSpecialType(item.keyCode, SpecialType::KEY_DOWN_ACTION)) { in HandleSequences()
|
Completed in 10 milliseconds