Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h207 void NotifyLightChangeToAps(uint32_t type, float value);
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp225 void BrightnessService::NotifyLightChangeToAps(uint32_t type, float value) in NotifyLightChangeToAps() function in OHOS::DisplayPowerMgr::BrightnessService
683 NotifyLightChangeToAps(AMBIENT_LIGHT_TYPE, lux); in ProcessLightLux()
775 NotifyLightChangeToAps(BRIGHTNESS_TYPE, static_cast<float>(value)); in SetBrightness()