Lines Matching refs:light
64 * @tc.desc : Get light info 10times.
76 printf("get light list num[%zu]\n\r", g_info.size());
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 Abnormal times.
285 * @tc.desc : Turn on the light Abnormal times.
306 * @tc.desc : Turn on the light times.
327 * @tc.desc : Turn on the light times.
348 * @tc.desc : Turn on the light Abnormal lightid.
355 struct HdfLightColor light;
356 light.colorValue.rgbColor.r = MAX_VALUE;
357 lightColor.push_back(light);
370 * @tc.desc : Turn on the light lightid 10 times.
379 struct HdfLightColor light;
380 light.colorValue.rgbColor.r = MAX_VALUE;
381 light.colorValue.rgbColor.g = MIN_VALUE;
382 light.colorValue.rgbColor.b = MIN_VALUE;
383 lightColor.push_back(light);
403 struct HdfLightColor light;
404 light.colorValue.rgbColor.r = MAX_VALUE;
405 lightColor.push_back(light);
425 struct HdfLightColor light;
426 light.colorValue.rgbColor.r = MAX_VALUE;
427 lightColor.push_back(light);
447 struct HdfLightColor light;
448 light.colorValue.rgbColor.r = MAX_VALUE;
449 lightColor.push_back(light);
469 struct HdfLightColor light;
470 light.colorValue.rgbColor.r = MAX_VALUE;
471 lightColor.push_back(light);
491 struct HdfLightColor light;
492 light.colorValue.rgbColor.r = MAX_VALUE;
493 lightColor.push_back(light);