Home
last modified time | relevance | path

Searched defs:lightId (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c98 static int32_t UpdateLight(uint32_t lightId, uint32_t lightOn) in UpdateLight()
140 int32_t StartLight(uint32_t lightId) in StartLight()
145 int32_t StopLight(uint32_t lightId) in StopLight()
153 uint32_t lightId; in LightTimerEntry() local
187 static int32_t TurnOnLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnLight()
243 static int32_t TurnOnMultiLights(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnMultiLights()
252 static int32_t TurnOffLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOffLight()
290 static int32_t DispatchCmdHandle(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchCmdHandle()
322 uint32_t lightId; in DispatchLight() local
360 uint32_t lightId) in GetLightBaseConfigData()
[all …]
/ohos5.0/drivers/peripheral/light/hal/src/
H A Dlight_controller.c176 static int32_t OnLightValidityJudgment(uint32_t lightId, struct LightEffect *effect) in OnLightValidityJudgment()
197 static int32_t OnLight(uint32_t lightId, struct LightEffect *effect) in OnLight()
260 static int32_t OnMultiLightsValidityJudgment(uint32_t lightId, const struct LightColor *colors, con… in OnMultiLightsValidityJudgment()
280 static int32_t OnMultiLights(uint32_t lightId, const struct LightColor *colors, const uint32_t coun… in OnMultiLights()
344 static int32_t OffLight(uint32_t lightId) in OffLight()
/ohos5.0/base/sensors/miscdevice/frameworks/native/light/
H A Dlight_agent.cpp38 int32_t TurnOn(int32_t lightId, const LightColor &color, const LightAnimation &animation) in TurnOn()
53 int32_t TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/drivers/peripheral/light/hdi_service/
H A Dlight_if_service.cpp115 int32_t LightIfService::TurnOnLight(int32_t lightId, const HdfLightEffect& effect) in TurnOnLight()
145 int32_t LightIfService::TurnOnMultiLights(int32_t lightId, const std::vector<HdfLightColor>& colors) in TurnOnMultiLights()
176 int32_t LightIfService::TurnOffLight(int32_t lightId) in TurnOffLight()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
H A Dlight_hdi_connection.cpp65 int32_t LightHdiConnection::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIP… in TurnOn()
76 int32_t LightHdiConnection::TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/base/sensors/miscdevice/frameworks/native/light/src/
H A Dlight_client.cpp76 bool LightClient::IsLightIdValid(int32_t lightId) in IsLightIdValid()
130 int32_t LightClient::TurnOn(int32_t lightId, const LightColor &color, const LightAnimation &animati… in TurnOn()
150 int32_t LightClient::TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/drivers/peripheral/light/hdi_impl/
H A Dlight_interface_impl.cpp75 int32_t LightInterfaceImpl::TurnOnLight(int32_t lightId, const HdfLightEffectVdi& effect) in TurnOnLight()
103 int32_t LightInterfaceImpl::TurnOnMultiLights(int32_t lightId, const std::vector<HdfLightColorVdi>&… in TurnOnMultiLights()
133 int32_t LightInterfaceImpl::TurnOffLight(int32_t lightId) in TurnOffLight()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dcompatible_light_connection.cpp53 int32_t CompatibleLightConnection::TurnOn(int32_t lightId, const LightColor &color, const LightAni… in TurnOn()
77 int32_t CompatibleLightConnection::TurnOff(int32_t lightId) in TurnOff()
H A Dhdi_light_connection.cpp75 int32_t HdiLightConnection::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIP… in TurnOn()
98 int32_t HdiLightConnection::TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/drivers/peripheral/light/test/unittest/common/
H A Dhdf_light_test.cpp228 uint32_t lightId = LIGHT_ID_BUTT; variable
265 uint32_t lightId = LIGHT_ID_BUTT; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/light/
H A D_hdf_light_info_v10.md31 ### lightId subsection
/ohos5.0/base/sensors/miscdevice/test/fuzztest/light/stoplight_fuzzer/
H A Dstoplight_fuzzer.cpp39 int32_t lightId; in StopLightuzzTest() local
/ohos5.0/base/sensors/miscdevice/test/fuzztest/light/startlight_fuzzer/
H A Dstartlight_fuzzer.cpp39 int32_t lightId; in StartLightFuzzTest() local
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dlight_info_ipc.cpp40 void LightInfoIPC::SetLightId(int32_t lightId) in SetLightId()
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/
H A Dlight_agent_type.h47 int32_t lightId; /**< Light id */ member
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service_stub.cpp226 int32_t lightId = data.ReadInt32(); in TurnOnStub() local
245 int32_t lightId = data.ReadInt32(); in TurnOffStub() local
H A Dmiscdevice_service.cpp259 bool MiscdeviceService::IsValid(int32_t lightId) in IsValid()
587 int32_t MiscdeviceService::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC… in TurnOn()
607 int32_t MiscdeviceService::TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp290 int32_t MiscdeviceServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimati… in TurnOn()
323 int32_t MiscdeviceServiceProxy::TurnOff(int32_t lightId) in TurnOff()
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/
H A Dilight_type_vdi.h44 int32_t lightId; member
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h136 uint32_t lightId; member
160 uint32_t lightId; member
/ohos5.0/drivers/peripheral/light/interfaces/include/
H A Dlight_type.h196 uint32_t lightId; /** Light id. For details, see {@link LightId}. */ member