Home
last modified time | relevance | path

Searched refs:UpdatePropertyByResolution (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h180 void UpdatePropertyByResolution(uint32_t width, uint32_t height);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp277 * @tc.name: UpdatePropertyByResolution
281 HWTEST_F(ScreenSessionTest, UpdatePropertyByResolution, Function | SmallTest | Level2) in HWTEST_F()
283 GTEST_LOG_(INFO) << "UpdatePropertyByResolution start"; in HWTEST_F()
293 screenSession->UpdatePropertyByResolution(width, height); in HWTEST_F()
294 GTEST_LOG_(INFO) << "UpdatePropertyByResolution end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp384 void ScreenSession::UpdatePropertyByResolution(uint32_t width, uint32_t height) in UpdatePropertyByResolution() function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1224 screenSession->UpdatePropertyByResolution(width, height); in SetResolution()

Completed in 16 milliseconds