Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/
H A Ddefault_vibrator_decoder.cpp115 cJSON *channelParametersItem = parser.GetObjectItem(channelItem, "Parameters"); in ParseChannel() local
116 CHKPR(channelParametersItem, ERROR); in ParseChannel()
117 int32_t ret = ParseChannelParameters(parser, channelParametersItem); in ParseChannel()
130 …aultVibratorDecoder::ParseChannelParameters(const JsonParser &parser, cJSON *channelParametersItem) in ParseChannelParameters() argument
132 cJSON *indexItem = parser.GetObjectItem(channelParametersItem, "Index"); in ParseChannelParameters()
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/include/
H A Ddefault_vibrator_decoder.h37 int32_t ParseChannelParameters(const JsonParser &parser, cJSON *channelParametersItem);