Home
last modified time | relevance | path

Searched refs:SetScreenType (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp161 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::VIRTUAL); in HWTEST_F()
178 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::VIRTUAL); in HWTEST_F()
195 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::REAL); in HWTEST_F()
212 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::VIRTUAL); in HWTEST_F()
229 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::VIRTUAL); in HWTEST_F()
246 screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(ScreenType::VIRTUAL); in HWTEST_F()
H A Dscreen_session_test.cpp1592 session->SetScreenType(screenType); in HWTEST_F()
H A Dscreen_session_manager_test.cpp1542 screen->GetScreenProperty().SetScreenType(ScreenType::REAL); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h133 void SetScreenType(ScreenType type);
H A Dscreen_session.h124 void SetScreenType(ScreenType type);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp408 void ScreenProperty::SetScreenType(ScreenType type) in SetScreenType() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp801 void ScreenSession::SetScreenType(ScreenType type) in SetScreenType() function in OHOS::Rosen::ScreenSession
803 property_.SetScreenType(type); in SetScreenType()
1204 SetScreenType(ScreenType::UNDEFINED); in ScreenSessionGroup()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3667 screenSession->SetScreenType(ScreenType::VIRTUAL); in InitVirtualScreen()

Completed in 24 milliseconds