Home
last modified time | relevance | path

Searched refs:IsAutoAdjustBrightness (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_parcel_test.cpp70 EXPECT_FALSE(sptrDisplayProxy->IsAutoAdjustBrightness()); in DisplayProxyTestFunc()
108 EXPECT_FALSE(client.IsAutoAdjustBrightness());
H A Ddisplay_mock_object_test.cpp77 EXPECT_FALSE(sptrDisplayProxy->IsAutoAdjustBrightness());
H A Ddisplay_mock_test.cpp114 EXPECT_FALSE(sptrDisplayProxy->IsAutoAdjustBrightness());
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp197 bool DisplayPowerMgrClient::IsAutoAdjustBrightness() in IsAutoAdjustBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
201 return proxy->IsAutoAdjustBrightness(); in IsAutoAdjustBrightness()
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/
H A Didisplay_power_mgr.h48 virtual bool IsAutoAdjustBrightness() = 0;
H A Ddisplay_power_mgr_client.h53 bool IsAutoAdjustBrightness();
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp123 bool DisplayPowerMgrClient::IsAutoAdjustBrightness() in IsAutoAdjustBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/
H A Ddisplay_power_mgr_proxy.h56 virtual bool IsAutoAdjustBrightness() override;
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_power_mgr_service.h64 virtual bool IsAutoAdjustBrightness() override;
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h114 bool IsAutoAdjustBrightness();
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp367 isSettingOn = IsAutoAdjustBrightness(); in SetDisplayState()
663 bool BrightnessService::IsAutoAdjustBrightness() in IsAutoAdjustBrightness() function in OHOS::DisplayPowerMgr::BrightnessService
765 bool isSettingOn = IsAutoAdjustBrightness(); in SetBrightness()
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp174 …SystemEnable = DelayedSpSingleton<DisplayPowerMgrService>::GetInstance()->IsAutoAdjustBrightness(); in AutoBrightnessSettingUpdateFunc()
499 bool DisplayPowerMgrService::IsAutoAdjustBrightness() in IsAutoAdjustBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp923 bool ret = DisplayPowerMgrClient::GetInstance().IsAutoAdjustBrightness();
927 EXPECT_EQ(DisplayPowerMgrClient::GetInstance().IsAutoAdjustBrightness(), false);
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp313 bool isAuto = DisplayPowerMgrClient::GetInstance().IsAutoAdjustBrightness(); in GetAutoMode()
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp371 bool ret = IsAutoAdjustBrightness(); in IsAutoAdjustBrightnessStub()
H A Ddisplay_power_mgr_proxy.cpp614 bool DisplayPowerMgrProxy::IsAutoAdjustBrightness() in IsAutoAdjustBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy