Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dlight_animation_ipc.h29 int32_t GetOnTime() const;
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dlight_animation_ipc.cpp35 int32_t LightAnimationIPC::GetOnTime() const in GetOnTime() function in OHOS::Sensors::LightAnimationIPC
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dcompatible_light_connection.cpp61 int32_t onTime = animation.GetOnTime(); in TurnOn()
H A Dhdi_light_connection.cpp83 flashEffect.onTime = animation.GetOnTime(); in TurnOn()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp275 int32_t onTime = animation.GetOnTime(); in IsLightAnimationValid()