Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp33 constexpr int32_t OFF_TIME = 500; variable
155 effect.flashEffect.offTime = OFF_TIME;
181 effect.flashEffect.offTime = OFF_TIME;
207 effect.flashEffect.offTime = OFF_TIME;
234 effect.flashEffect.offTime = OFF_TIME;
300 effect.flashEffect.offTime = OFF_TIME;
352 effect.flashEffect.offTime = OFF_TIME;
/ohos5.0/drivers/peripheral/light/test/unittest/common/
H A Dhdf_light_test.cpp33 const int32_t OFF_TIME = 500; variable
180 effect.flashEffect.offTime = OFF_TIME;
240 effect.flashEffect.offTime = OFF_TIME;
/ohos5.0/drivers/peripheral/light/test/performance/hdi/
H A Dhdf_light_hdi_performance_test.cpp34 constexpr int32_t OFF_TIME = 500; variable
156 effect.flashEffect.offTime = OFF_TIME;
/ohos5.0/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp42 constexpr int32_t OFF_TIME = 500; variable
149 effect.flashEffect.offTime = OFF_TIME; in BENCHMARK_F()