Home
last modified time | relevance | path

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

/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp40 static struct VibratorInfo *g_vibratorInfo = nullptr; member
273 int32_t startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo); in HWTEST_F()
275 EXPECT_NE(g_vibratorInfo, nullptr); in HWTEST_F()
278 g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMinValue); in HWTEST_F()
280 g_vibratorInfo->isSupportFrequency, g_vibratorInfo->frequencyMaxValue, g_vibratorInfo->frequencyMinValue); in HWTEST_F()
310 if ((g_vibratorInfo in HWTEST_F()
[all...]

Completed in 1 milliseconds