Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp181 cJSON *intensityJSON = parser.GetObjectItem(paramJSON, "Intensity"); in ParseEvent() local
182 CHKPR(intensityJSON, ERROR); in ParseEvent()
183 event.intensity = cJSON_IsNumber(intensityJSON) ? intensityJSON->valueint : -1; in ParseEvent()
227 cJSON *intensityJSON = parser.GetObjectItem(itemJSON, "Intensity"); in ParseCurve() local
228 CHKPR(intensityJSON, ERROR); in ParseCurve()
229 …point.intensity = cJSON_IsNumber(intensityJSON) ? (intensityJSON->valuedouble) * CURVE_INTENSITY_S… in ParseCurve()