Home
last modified time | relevance | path

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

/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);
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp67 int32_t ret = ParsePatternList(parser, patternListJSON, pkg); in DecodeEffect()
88 int32_t HEVibratorDecoder::ParsePatternList(const JsonParser &parser, cJSON *patternListJSON, Vibra… in ParsePatternList() function in OHOS::Sensors::HEVibratorDecoder