Searched refs:finalKeyInt (Results 1 – 3 of 3) sorted by relevance
564 int32_t finalKeyInt = 1; variable565 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(nullptr, finalKeyInt));577 int32_t finalKeyInt = 1; variable580 EXPECT_FALSE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));593 int32_t finalKeyInt = 1; variable596 EXPECT_TRUE(OHOS::MMI::GetKeyFinalKey(jsonData, finalKeyInt));597 EXPECT_EQ(finalKeyInt, 123);
113 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt);
122 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) in GetKeyFinalKey() argument133 finalKeyInt = finalKey->valueint; in GetKeyFinalKey()