Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_power_mgr_service.h134 static void AutoBrightnessSettingUpdateFunc(const std::string& key);
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp167 …erver::UpdateFunc updateFunc = [&](const std::string& key) { AutoBrightnessSettingUpdateFunc(key);… in RegisterSettingAutoBrightnessObserver()
171 void DisplayPowerMgrService::AutoBrightnessSettingUpdateFunc(const std::string& key) in AutoBrightnessSettingUpdateFunc() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService