Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp184 cJSON *frequencyJSON = parser.GetObjectItem(paramJSON, "Frequency"); in ParseEvent() local
185 CHKPR(frequencyJSON, ERROR); in ParseEvent()
186 event.frequency = cJSON_IsNumber(frequencyJSON) ? frequencyJSON->valueint : -1; in ParseEvent()
234 cJSON *frequencyJSON = parser.GetObjectItem(itemJSON, "Frequency"); in ParseCurve() local
235 CHKPR(frequencyJSON, ERROR); in ParseCurve()
236 point.frequency = cJSON_IsNumber(frequencyJSON) ? frequencyJSON->valueint : -1; in ParseCurve()