Searched refs:g_frequency1 (Results 1 – 3 of 3) sorted by relevance
/test/xts/hats/hdf/vibrator/hdiService/ |
D | hdf_vibrator_hdiService_test.cpp | 33 int32_t g_frequency1 = 200; variable 265 EXPECT_GE(g_frequency1, info[0].frequencyMinValue); 266 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue); 268 … startRet = g_vibratorInterface->EnableVibratorModulation(g_duration, g_intensity1, g_frequency1); 290 …startRet = g_vibratorInterface->EnableVibratorModulation(g_noDuration, g_intensity1, g_frequency1); 309 … startRet = g_vibratorInterface->EnableVibratorModulation(g_duration, g_intensity2, g_frequency1);
|
/test/xts/hats/hdf/vibrator/common/ |
D | hdf_vibrator_test.cpp | 33 int32_t g_frequency1 = 200; variable 296 EXPECT_GE(g_frequency1, g_vibratorInfo->frequencyMinValue); 297 EXPECT_LE(g_frequency1, g_vibratorInfo->frequencyMaxValue); 299 startRet = g_vibratorDev->EnableVibratorModulation(g_duration, g_intensity1, g_frequency1); 318 … startRet = g_vibratorDev->EnableVibratorModulation(g_noDuration, g_intensity1, g_frequency1); 334 startRet = g_vibratorDev->EnableVibratorModulation(g_duration, g_intensity2, g_frequency1);
|
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/ |
D | hdf_vibrator_benchmark_test.cpp | 37 int32_t g_frequency1 = 20; variable 197 EXPECT_GE(g_frequency1, info[0].frequencyMinValue); in BENCHMARK_F() 198 EXPECT_LE(g_frequency1, info[0].frequencyMaxValue); in BENCHMARK_F() 200 … startRet = g_vibratorInterface->EnableVibratorModulation(g_duration, g_intensity1, g_frequency1); in BENCHMARK_F()
|