Home
last modified time | relevance | path

Searched refs:realVibratorType (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/vibrator/
H A Dvibrator_utils.cpp73 const char* realVibratorType = GetVibratorType(vibratorType); in StartVibraFeedback() local
74 if (strcmp(realVibratorType, VIBRATOR_TYPE_INVALID) == 0) { in StartVibraFeedback()
78 Sensors::IsSupportEffect(realVibratorType, &state); in StartVibraFeedback()
80 Sensors::StartVibrator(realVibratorType); in StartVibraFeedback()

Completed in 1 milliseconds