Searched refs:LIGHT_ID_NONE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/light/interfaces/include/ |
H A D | light_type.h | 72 LIGHT_ID_NONE = 0, enumerator
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 79 LIGHT_ID_NONE = 0, enumerator
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 436 ret = memset_s(drvData->info, sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT, 0, in ParseLightInfo() 437 sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT); in ParseLightInfo() 615 for (i = LIGHT_ID_NONE; i < LIGHT_ID_BUTT; ++i) { in ReleaseLightDriver()
|
/ohos5.0/drivers/peripheral/light/ |
H A D | README_zh.md | 63 const int32_t g_minLightId = LIGHT_ID_NONE;
|
/ohos5.0/drivers/peripheral/light/test/unittest/common/ |
H A D | hdf_light_test.cpp | 35 const int32_t MIN_LIGHT_ID = LIGHT_ID_NONE;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 190 for (i = LIGHT_ID_NONE; i < LIGHT_ID_BUTT; ++i) { 297 ret = memset_s(drvData->info, sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT, 0, 298 sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 192 for (i = LIGHT_ID_NONE; i < LIGHT_ID_BUTT; ++i) { 299 ret = memset_s(drvData->info, sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT, 0, 300 sizeof(drvData->info[LIGHT_ID_NONE]) * LIGHT_ID_BUTT);
|