Home
last modified time | relevance | path

Searched defs:lightInterface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/light/hdi_impl/
H A Dlight_interface_impl.cpp32 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); in Init() local
45 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); in GetLightInfo() local
78 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); in TurnOnLight() local
106 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); in TurnOnMultiLights() local
136 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); in TurnOffLight() local
/ohos5.0/drivers/peripheral/light/test/fuzztest/light_fuzzer/
H A Dlight_fuzzer.cpp68 sptr<LightInterfaceStub> lightInterface = new LightInterfaceStub(g_lightInterface); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp421 const struct LightInterface *lightInterface = NewLightInterfaceInstance(); variable