Searched defs:GetArrayItem (Results 1 – 4 of 4) sorted by relevance
120 cJSON *JsonParser::GetArrayItem(cJSON *json, int32_t index) const in GetArrayItem() function in OHOS::Sensors::JsonParser
159 std::unique_ptr<JsonValue> JsonValue::GetArrayItem(int32_t index) const in GetArrayItem() function in OHOS::Ace::JsonValue
233 static cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem() function
207 cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem() function