Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_haptic.c121 bool supportPresetFlag = false; in ParserVibratorHapticConfig() local
137 supportPresetFlag = parser->GetBool(vibratorAttrNode, "supportPreset"); in ParserVibratorHapticConfig()
140 hapticData->supportHaptic = supportPresetFlag; in ParserVibratorHapticConfig()
143 if (!supportPresetFlag) { in ParserVibratorHapticConfig()