Searched refs:patternListJSON (Results 1 – 2 of 2) sorted by relevance
65 cJSON *patternListJSON = parser.GetObjectItem("PatternList"); in DecodeEffect() local66 CHKPR(patternListJSON, ERROR); in DecodeEffect()67 int32_t ret = ParsePatternList(parser, patternListJSON, pkg); in DecodeEffect()88 int32_t HEVibratorDecoder::ParsePatternList(const JsonParser &parser, cJSON *patternListJSON, Vibra… in ParsePatternList() argument90 if (!parser.IsArray(patternListJSON)) { in ParsePatternList()94 int32_t size = parser.GetArraySize(patternListJSON); in ParsePatternList()101 cJSON *patternListItemJSON = parser.GetArrayItem(patternListJSON, i); in ParsePatternList()
35 int32_t ParsePatternList(const JsonParser& parser, cJSON* patternListJSON, VibratePackage& pkg);