/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 98 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 D | light_controller.c | 176 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 D | light_agent.cpp | 38 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 D | light_if_service.cpp | 115 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 D | light_hdi_connection.cpp | 65 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 D | light_client.cpp | 76 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 D | light_interface_impl.cpp | 75 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 D | compatible_light_connection.cpp | 53 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 D | hdi_light_connection.cpp | 75 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 D | hdf_light_test.cpp | 228 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.md | 31 ### lightId subsection
|
/ohos5.0/base/sensors/miscdevice/test/fuzztest/light/stoplight_fuzzer/ |
H A D | stoplight_fuzzer.cpp | 39 int32_t lightId; in StopLightuzzTest() local
|
/ohos5.0/base/sensors/miscdevice/test/fuzztest/light/startlight_fuzzer/ |
H A D | startlight_fuzzer.cpp | 39 int32_t lightId; in StartLightFuzzTest() local
|
/ohos5.0/base/sensors/miscdevice/utils/common/src/ |
H A D | light_info_ipc.cpp | 40 void LightInfoIPC::SetLightId(int32_t lightId) in SetLightId()
|
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/ |
H A D | light_agent_type.h | 47 int32_t lightId; /**< Light id */ member
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_service_stub.cpp | 226 int32_t lightId = data.ReadInt32(); in TurnOnStub() local 245 int32_t lightId = data.ReadInt32(); in TurnOffStub() local
|
H A D | miscdevice_service.cpp | 259 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 D | miscdevice_service_proxy.cpp | 290 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 D | ilight_type_vdi.h | 44 int32_t lightId; member
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 136 uint32_t lightId; member 160 uint32_t lightId; member
|
/ohos5.0/drivers/peripheral/light/interfaces/include/ |
H A D | light_type.h | 196 uint32_t lightId; /** Light id. For details, see {@link LightId}. */ member
|