Home
last modified time | relevance | path

Searched refs:GetKeyFinalKey (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h113 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp125 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) in GetKeyFinalKey() function
254 if (!GetKeyFinalKey(jsonData, shortcutKey.finalKey)) { in ConvertToShortcutKey()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp565 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(nullptr, finalKeyInt)); in HWTEST_F()
580 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt)); in HWTEST_F()
596 EXPECT_TRUE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt)); in HWTEST_F()
926 * @tc.desc: Test case 4 GetKeyFinalKey failed

Completed in 6 milliseconds