Searched refs:OnNotifyApsLightBrightnessChange (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/ |
H A D | display_brightness_callback_stub.cpp | 72 OnNotifyApsLightBrightnessChange(type, state); in OnNotifyApsLightBrightnessChangeStub() 76 void DisplayBrightnessCallbackStub::OnNotifyApsLightBrightnessChange(uint32_t type, bool state) {} in OnNotifyApsLightBrightnessChange() function in OHOS::DisplayPowerMgr::DisplayBrightnessCallbackStub
|
H A D | display_brightness_callback_proxy.cpp | 27 void DisplayBrightnessCallbackProxy::OnNotifyApsLightBrightnessChange(uint32_t type, bool state) in OnNotifyApsLightBrightnessChange() function in OHOS::DisplayPowerMgr::DisplayBrightnessCallbackProxy
|
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/ |
H A D | idisplay_brightness_callback.h | 26 virtual void OnNotifyApsLightBrightnessChange(uint32_t type, bool state) = 0;
|
H A D | display_brightness_callback_stub.h | 29 void OnNotifyApsLightBrightnessChange(uint32_t type, bool state) override;
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/ |
H A D | display_brightness_callback_proxy.h | 35 virtual void OnNotifyApsLightBrightnessChange(uint32_t type, bool state) override;
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_service.cpp | 245 … mApsListenLightChangeCallback->OnNotifyApsLightBrightnessChange(type, mIsBrightnessValidate); in NotifyLightChangeToAps() 248 … mApsListenLightChangeCallback->OnNotifyApsLightBrightnessChange(type, mIsBrightnessValidate); in NotifyLightChangeToAps() 268 mApsListenLightChangeCallback->OnNotifyApsLightBrightnessChange(type, mIsLightValidate); in NotifyLightChangeToAps() 271 mApsListenLightChangeCallback->OnNotifyApsLightBrightnessChange(type, mIsLightValidate); in NotifyLightChangeToAps()
|
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_power_mgr_brightness_test.cpp | 990 callback->OnNotifyApsLightBrightnessChange(type, state); 1010 callback->OnNotifyApsLightBrightnessChange(type, state);
|