Home
last modified time | relevance | path

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

/test/xts/hats/hdf/light/hdiService_additional/
H A DHdfLightCommonTestAdditional.cpp64 * @tc.desc : Get light info 10times.
76 printf("get light list num[%zu]\n\r", g_info.size()); in HWTEST_F()
88 * @tc.desc : Enter the minimum excess value to turn on the red light.
111 * @tc.desc : Enter the maximum excess value to turn on the red light.
132 * @tc.desc : Turn on the light and it's always red 10 times.
156 * @tc.desc : Enter the maximum excess value to turn on the green light.
177 * @tc.desc : Turn on the light and it's always green 10 times.
200 * @tc.desc : Enter the maximum excess value to turn on the blue light.
221 * @tc.desc : Turn on the light and it's always blue 10 times.
264 * @tc.desc : Turn on the light Abnorma
355 struct HdfLightColor light; HWTEST_F() local
379 struct HdfLightColor light; HWTEST_F() local
403 struct HdfLightColor light; HWTEST_F() local
425 struct HdfLightColor light; HWTEST_F() local
447 struct HdfLightColor light; HWTEST_F() local
469 struct HdfLightColor light; HWTEST_F() local
491 struct HdfLightColor light; HWTEST_F() local
[all...]
/test/xts/hats/hdf/light/hdiService/
H A Dhdf_light_hdiService_test.cpp74 * @tc.desc: Creat a light instance. The instance is not empty.
84 * @tc.desc: Get light info.
94 printf("get light list num[%zu]\n\r", info.size()); in HWTEST_F()
115 printf("get light list num[%zu]\n\r", info.size()); in HWTEST_F()
147 printf("get light list num[%zu]\n\r", info.size()); in HWTEST_F()
176 printf("get light list num[%zu]\n\r", info.size()); in HWTEST_F()
210 printf("get light list num[%zu]\n\r", info.size()); in HWTEST_F()
279 struct HdfLightColor light; in HWTEST_F() local
280 light.colorValue.rgbColor.b = 0; in HWTEST_F()
281 lightColor.push_back(light); in HWTEST_F()
600 struct HdfLightColor light; HWTEST_F() local
[all...]
/test/xts/hats/hdf/light/lightBenchmarkTest/
H A Dhdf_light_benchmark_test.cpp131 printf("get light list num[%zu]\n\r", info.size()); in BENCHMARK_F()
175 struct HdfLightColor light; in BENCHMARK_F() local
176 light.colorValue.rgbColor.b = 0; in BENCHMARK_F()
177 lightColor.push_back(light); in BENCHMARK_F()

Completed in 3 milliseconds