Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp170 cJSON *indexJSON = parser.GetObjectItem(eventJSON, "Index"); in ParseEvent() local
171 CHKPR(indexJSON, ERROR); in ParseEvent()
172 event.index = cJSON_IsNumber(indexJSON) ? indexJSON->valueint : -1; in ParseEvent()