Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/hal/src/
H A Dlight_dump.c39 struct LightDevice *lightDevice = NULL; in ShowLightInfo() local
48 lightDevice = GetLightDevicePriv(); in ShowLightInfo()
49 if (lightDevice == NULL || lightDevice->lightInfoEntry == NULL || in ShowLightInfo()
50 lightDevice->lightNum == 0) { in ShowLightInfo()
54 for (i = 0; i < lightDevice->lightNum; i++) { in ShowLightInfo()
63 lightDevice->lightInfoEntry->lightId, in ShowLightInfo()
64 lightState[lightDevice->lightInfoEntry->lightId], in ShowLightInfo()
65 lightDevice->lightInfoEntry->lightNumber, in ShowLightInfo()
66 lightDevice->lightInfoEntry->lightName, in ShowLightInfo()
67 lightDevice->lightInfoEntry->lightType); in ShowLightInfo()