Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_haptic.c123 const struct DeviceResourceNode *vibratorAttrNode = NULL; in ParserVibratorHapticConfig() local
135 vibratorAttrNode = parser->GetChildNode(node, "vibratorAttr"); in ParserVibratorHapticConfig()
136 CHECK_VIBRATOR_NULL_PTR_RETURN_VALUE(vibratorAttrNode, HDF_ERR_INVALID_PARAM); in ParserVibratorHapticConfig()
137 supportPresetFlag = parser->GetBool(vibratorAttrNode, "supportPreset"); in ParserVibratorHapticConfig()