Searched refs:GetKeyFinalKey (Results 1 – 3 of 3) sorted by relevance
113 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt);
122 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) in GetKeyFinalKey() function251 if (!GetKeyFinalKey(jsonData, shortcutKey.finalKey)) { in ConvertToShortcutKey()
565 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(nullptr, finalKeyInt));580 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));596 EXPECT_TRUE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));