Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/test/fuzztest/vibratorplayhapticpattern_fuzzer/
H A Dvibratorplayhapticpattern_fuzzer.cpp65 OHOS::HDI::Vibrator::V1_2::HapticEvent hapticEvent; in VibratorPlayHapticPatternTest() local
66 hapticEvent.type = params.g_eventType; in VibratorPlayHapticPatternTest()
67 hapticEvent.duration = params.g_eventDuration; in VibratorPlayHapticPatternTest()
68 hapticEvent.time = params.g_eventTime; in VibratorPlayHapticPatternTest()
69 hapticEvent.intensity = params.g_eventIntensity; in VibratorPlayHapticPatternTest()
70 hapticEvent.frequency = params.g_eventFrequency; in VibratorPlayHapticPatternTest()
71 hapticEvent.index = params.g_eventIndex; in VibratorPlayHapticPatternTest()
72 hapticEvent.pointNum = params.g_eventPointNum; in VibratorPlayHapticPatternTest()
78 hapticEvent.points.push_back(std::move(curvePoint)); in VibratorPlayHapticPatternTest()
80 pkg.events.push_back(std::move(hapticEvent)); in VibratorPlayHapticPatternTest()
[all...]

Completed in 1 milliseconds