Home
last modified time | relevance | path

Searched refs:IsSpecialType (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp38 * @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 Dkey_command_handler_util.h108 bool IsSpecialType(int32_t keyCode, SpecialType type);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp23 bool IsSpecialType(int32_t keyCode, SpecialType type) in IsSpecialType() function
H A Dkey_command_handler.cpp1314 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 8 milliseconds