Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/hal/include/
H A Dlight_controller.h36 LIGHT_OPS_IO_CMD_END, enumerator
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h69 LIGHT_OPS_IO_CMD_END, enumerator
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c303 if ((opsCmd >= LIGHT_OPS_IO_CMD_END) || (opsCmd < LIGHT_OPS_IO_CMD_ENABLE)) { in DispatchCmdHandle()