Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/hal/src/
H A Dlight_dump.c86 char lightEffectInfo[STRING_LEN] = {0}; in ShowLightEffectInfo() local
94 ret = memset_s(lightEffectInfo, STRING_LEN, 0, STRING_LEN); in ShowLightEffectInfo()
100 ret = sprintf_s(lightEffectInfo, STRING_LEN, in ShowLightEffectInfo()
113 if (!HdfSbufWriteString(reply, lightEffectInfo)) { in ShowLightEffectInfo()