Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/vibrator/test/performance/common/
H A Dhdf_vibrator_performance_test.cpp33 const char *g_builtIn = "haptic.default.effect"; variable
130 int ret = g_vibratorPerformanceDev->Start(g_builtIn);
/ohos5.0/drivers/peripheral/vibrator/test/performance/hdi/
H A Dhdf_vibrator_hdi_performance_test.cpp33 const char *g_builtIn = "haptic.default.effect"; variable
126 int ret = g_vibratorInterface->Start(g_builtIn);
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp37 const char *g_builtIn = "haptic.default.effect"; variable
152 int32_t startRet = g_vibratorDev->Start(g_builtIn);
235 int32_t startRet = g_vibratorDev->Start(g_builtIn);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp39 std::string g_builtIn = "haptic.default.effect"; variable
118 startRet = g_vibratorInterface->Start(g_builtIn); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp51 std::string g_builtIn = "haptic.default.effect"; variable