Home
last modified time | relevance | path

Searched refs:patternListJSON (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp65 cJSON *patternListJSON = parser.GetObjectItem("PatternList"); in DecodeEffect() local
66 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() argument
90 if (!parser.IsArray(patternListJSON)) { in ParsePatternList()
94 int32_t size = parser.GetArraySize(patternListJSON); in ParsePatternList()
101 cJSON *patternListItemJSON = parser.GetArrayItem(patternListJSON, i); in ParsePatternList()
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/include/
H A Dhe_vibrator_decoder.h35 int32_t ParsePatternList(const JsonParser& parser, cJSON* patternListJSON, VibratePackage& pkg);