Home
last modified time | relevance | path

Searched defs:TurnOnLight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/light/interfaces/include/
H A Dlight_if.h84 int32_t (*TurnOnLight)(uint32_t lightId, struct LightEffect *effect); member
/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() function in OHOS::HDI::Light::V1_0::LightIfService
/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() function in OHOS::HDI::Light::V1_0::LightInterfaceImpl
/ohos5.0/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp91 BENCHMARK_F(LightBenchmarkTest, TurnOnLight)(benchmark::State &st) in BENCHMARK_F() argument
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c187 static int32_t TurnOnLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnLight() function