Home
last modified time | relevance | path

Searched refs:GetMinBrightness (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_param_helper.h31 static uint32_t GetMinBrightness();
H A Ddisplay_power_mgr_service.h61 virtual uint32_t GetMinBrightness() override;
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_parcel_test.cpp66 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness()); in DisplayProxyTestFunc()
104 EXPECT_NE(BRIGHTNESS_MIN_VALUE, client.GetMinBrightness());
H A Ddisplay_mock_object_test.cpp73 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness());
H A Ddisplay_mock_test.cpp110 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness());
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_param_helper.cpp35 uint32_t DisplayParamHelper::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayParamHelper
H A Ddisplay_auto_brightness.cpp24 const uint32_t DisplayAutoBrightness::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness();
H A Ddisplay_power_mgr_service.cpp52 const uint32_t DisplayPowerMgrService::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness();
407 uint32_t DisplayPowerMgrService::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
645 result.append("Min=" + std::to_string(GetMinBrightness()) + " "); in Dump()
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_param_helper.h31 static uint32_t GetMinBrightness();
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_param_helper.cpp35 uint32_t BrightnessParamHelper::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::BrightnessParamHelper
H A Dbrightness_service.cpp1091 if (static_cast<uint32_t>(levelOut) < BrightnessParamHelper::GetMinBrightness()) { in GetMappingBrightnessLevel()
1092 return BrightnessParamHelper::GetMinBrightness(); in GetMappingBrightnessLevel()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/backlight/
H A Dhdf_bl.h42 int32_t GetMinBrightness(struct BacklightDev *blDev, uint32_t *brightness);
H A Dhdf_bl.c230 int32_t GetMinBrightness(struct BacklightDev *blDev, uint32_t *brightness) in GetMinBrightness() function
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp176 uint32_t DisplayPowerMgrClient::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
180 return proxy->GetMinBrightness(); in GetMinBrightness()
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/
H A Didisplay_power_mgr.h45 virtual uint32_t GetMinBrightness() = 0;
H A Ddisplay_power_mgr_client.h50 uint32_t GetMinBrightness();
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp104 uint32_t DisplayPowerMgrClient::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp158 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
202 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
247 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
528 uint32_t brightnessMin = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
609 uint32_t min = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/
H A Ddisplay_power_mgr_proxy.h53 virtual uint32_t GetMinBrightness() override;
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp35 const uint32_t MIN_BRIGHTNESS = DisplayPowerMgrClient::GetInstance().GetMinBrightness();
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp329 uint32_t ret = GetMinBrightness(); in GetMinBrightnessStub()
H A Ddisplay_power_mgr_proxy.cpp514 uint32_t DisplayPowerMgrProxy::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy