Home
last modified time | relevance | path

Searched refs:UNDEFINED_BRIGHTNESS (Results 1 - 20 of 20) sorted by relevance

/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h433 float brightness_ = UNDEFINED_BRIGHTNESS;
H A Dwm_common.h370 constexpr float UNDEFINED_BRIGHTNESS = -1.0f; member
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h511 float brightness_ = UNDEFINED_BRIGHTNESS;
H A Dwm_common.h549 constexpr float UNDEFINED_BRIGHTNESS = -1.0f; member
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h184 float brightness_ = UNDEFINED_BRIGHTNESS;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp651 ret = ssm_->SetBrightness(sceneSession, UNDEFINED_BRIGHTNESS); in HWTEST_F()
653 EXPECT_EQ(UNDEFINED_BRIGHTNESS, ssm_->GetDisplayBrightness()); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1372 EXPECT_EQ(result01, UNDEFINED_BRIGHTNESS); in HWTEST_F()
H A Dsession_test2.cpp1260 ASSERT_EQ(UNDEFINED_BRIGHTNESS, session_->GetBrightness()); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h192 float displayBrightness_ = UNDEFINED_BRIGHTNESS;
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h296 float brightness_ = UNDEFINED_BRIGHTNESS;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test.cpp1296 ASSERT_EQ(UNDEFINED_BRIGHTNESS, window->GetBrightness()); in HWTEST_F()
1326 ASSERT_EQ(UNDEFINED_BRIGHTNESS, window->GetBrightness()); in HWTEST_F()
1328 ASSERT_EQ(UNDEFINED_BRIGHTNESS, window->GetBrightness()); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1049 if (std::fabs(node->GetBrightness() - UNDEFINED_BRIGHTNESS) < std::numeric_limits<float>::min()) { in UpdateBrightness()
1055 SetDisplayBrightness(UNDEFINED_BRIGHTNESS); // UNDEFINED_BRIGHTNESS means system default brightness in UpdateBrightness()
H A Dwindow_root.cpp983 if (std::fabs(brightness - UNDEFINED_BRIGHTNESS) <= std::numeric_limits<float>::min()) { in SetBrightness()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp466 ASSERT_EQ(UNDEFINED_BRIGHTNESS, windowNode->GetBrightness()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h754 float displayBrightness_ = UNDEFINED_BRIGHTNESS;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3855 if (std::fabs(brightness - UNDEFINED_BRIGHTNESS) < std::numeric_limits<float>::min()) { in SetBrightness()
3860 SetDisplayBrightness(UNDEFINED_BRIGHTNESS); // UNDEFINED_BRIGHTNESS means system default brightness in SetBrightness()
3894 if (std::fabs(brightness - UNDEFINED_BRIGHTNESS) < std::numeric_limits<float>::min()) { in UpdateBrightness()
3898 SetDisplayBrightness(UNDEFINED_BRIGHTNESS); // UNDEFINED_BRIGHTNESS means system default brightness in UpdateBrightness()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp781 return UNDEFINED_BRIGHTNESS; in GetBrightness()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1962 std::fabs(brightness - UNDEFINED_BRIGHTNESS) >= std::numeric_limits<float>::min()) || in SetBrightness()
H A Dwindow_session_impl.cpp1664 std::fabs(brightness - UNDEFINED_BRIGHTNESS) >= std::numeric_limits<float>::min()) || in SetBrightness()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp3424 double brightness = UNDEFINED_BRIGHTNESS; in OnSetBrightness()
3477 double brightness = UNDEFINED_BRIGHTNESS; in OnSetWindowBrightness()

Completed in 73 milliseconds