Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h113 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp122 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) in GetKeyFinalKey() function
251 if (!GetKeyFinalKey(jsonData, shortcutKey.finalKey)) { in ConvertToShortcutKey()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp565 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(nullptr, finalKeyInt));
580 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));
596 EXPECT_TRUE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));