Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp154 cJSON *typeJSON = parser.GetObjectItem(eventJSON, "Type"); in ParseEvent() local
155 CHKPR(typeJSON, ERROR); in ParseEvent()
156 std::string type = cJSON_IsString(typeJSON) ? typeJSON->valuestring : ""; in ParseEvent()