Home
last modified time | relevance | path

Searched refs:ON_TIME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp32 constexpr int32_t ON_TIME = 500; variable
154 effect.flashEffect.onTime = ON_TIME;
180 effect.flashEffect.onTime = ON_TIME;
206 effect.flashEffect.onTime = ON_TIME;
233 effect.flashEffect.onTime = ON_TIME;
325 effect.flashEffect.onTime = ON_TIME;
377 effect.flashEffect.onTime = ON_TIME;
/ohos5.0/drivers/peripheral/light/test/unittest/common/
H A Dhdf_light_test.cpp32 const int32_t ON_TIME = 500; variable
179 effect.flashEffect.onTime = ON_TIME;
239 effect.flashEffect.onTime = ON_TIME;
250 effect.flashEffect.onTime = ON_TIME;
/ohos5.0/drivers/peripheral/light/test/performance/hdi/
H A Dhdf_light_hdi_performance_test.cpp33 constexpr int32_t ON_TIME = 500; variable
155 effect.flashEffect.onTime = ON_TIME;
/ohos5.0/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp41 constexpr int32_t ON_TIME = 500; variable
148 effect.flashEffect.onTime = ON_TIME; in BENCHMARK_F()