Home
last modified time | relevance | path

Searched refs:SetDensityDpiSystem (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp417 * @tc.desc: SetDensityDpiSystem
420 HWTEST_F(ScreenTest, SetDensityDpiSystem, Function | SmallTest | Level2) in HWTEST_F()
422 auto res = screen_->SetDensityDpiSystem(DOT_PER_INCH_MAXIMUM_VALUE + 1); in HWTEST_F()
425 res = screen_->SetDensityDpiSystem(100); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h173 DMError SetDensityDpiSystem(uint32_t dpi) const;
/foundation/window/window_manager/dm/src/
H A Dscreen.cpp252 DMError Screen::SetDensityDpiSystem(uint32_t dpi) const in SetDensityDpiSystem() function in OHOS::Rosen::Screen

Completed in 3 milliseconds