Home
last modified time | relevance | path

Searched refs:GetMinBrightness (Results 1 - 19 of 19) sorted by relevance

/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.h60 virtual uint32_t GetMinBrightness() override;
/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.cpp54 const uint32_t DisplayPowerMgrService::BRIGHTNESS_MIN = DisplayParamHelper::GetMinBrightness();
412 uint32_t DisplayPowerMgrService::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
650 result.append("Min=" + std::to_string(GetMinBrightness()) + " "); in Dump()
/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_param_helper.h31 static uint32_t GetMinBrightness();
/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.cpp1093 if (static_cast<uint32_t>(levelOut) < BrightnessParamHelper::GetMinBrightness()) { in GetMappingBrightnessLevel()
1094 return BrightnessParamHelper::GetMinBrightness(); in GetMappingBrightnessLevel()
/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_object_test.cpp73 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness()); in HWTEST_F()
H A Ddisplay_mock_parcel_test.cpp70 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness()); in DisplayProxyTestFunc()
109 EXPECT_NE(BRIGHTNESS_MIN_VALUE, client.GetMinBrightness()); in HWTEST_F()
H A Ddisplay_mock_test.cpp119 EXPECT_EQ(BRIGHTNESS_NONE_VALUE, sptrDisplayProxy->GetMinBrightness()); in HWTEST_F()
/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();
/base/powermgr/display_manager/state_manager/service/zidl/include/
H A Ddisplay_power_mgr_proxy.h53 virtual uint32_t GetMinBrightness() override;
/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()
/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp158 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); in HWTEST_F()
202 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); in HWTEST_F()
247 uint32_t minBrightness = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); in HWTEST_F()
528 uint32_t brightnessMin = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); in HWTEST_F()
602 * @tc.desc: Test GetMinBrightness greater equals 0
609 uint32_t min = DisplayPowerMgrClient::GetInstance().GetMinBrightness(); in HWTEST_F()
/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp325 uint32_t ret = GetMinBrightness(); in GetMinBrightnessStub()
327 DISPLAY_HILOGE(COMP_SVC, "Failed to write GetMinBrightness return value"); in GetMinBrightnessStub()
H A Ddisplay_power_mgr_proxy.cpp512 uint32_t DisplayPowerMgrProxy::GetMinBrightness() in GetMinBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp35 const uint32_t MIN_BRIGHTNESS = DisplayPowerMgrClient::GetInstance().GetMinBrightness();

Completed in 13 milliseconds