Home
last modified time | relevance | path

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

/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h206 void NotifyLightChangeToAps(uint32_t type, float value);
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp226 void BrightnessService::NotifyLightChangeToAps(uint32_t type, float value) in NotifyLightChangeToAps() function in OHOS::DisplayPowerMgr::BrightnessService
230 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "BrightnessService::NotifyLightChangeToAps function is null"); in NotifyLightChangeToAps()
236 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "BrightnessService::NotifyLightChangeToAps not init yet"); in NotifyLightChangeToAps()
260 FEAT_BRIGHTNESS, "BrightnessService::NotifyLightChangeToAps interface is invoked frequently"); in NotifyLightChangeToAps()
684 NotifyLightChangeToAps(AMBIENT_LIGHT_TYPE, lux); in ProcessLightLux()
777 NotifyLightChangeToAps(BRIGHTNESS_TYPE, static_cast<float>(value)); in SetBrightness()

Completed in 3 milliseconds