Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp161 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
178 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
195 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
212 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
229 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
246 …screenSessionManagerClient_->screenSessionManager_->GetScreenProperty(screenId).SetScreenType(Scre…
H A Dscreen_session_test.cpp1597 session->SetScreenType(screenType);
H A Dscreen_session_manager_test.cpp884 screen->GetScreenProperty().SetScreenType(ScreenType::REAL);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h134 void SetScreenType(ScreenType type);
H A Dscreen_session.h123 void SetScreenType(ScreenType type);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp437 void ScreenProperty::SetScreenType(ScreenType type) in SetScreenType() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp797 void ScreenSession::SetScreenType(ScreenType type) in SetScreenType() function in OHOS::Rosen::ScreenSession
799 property_.SetScreenType(type); in SetScreenType()
1226 SetScreenType(ScreenType::UNDEFINED); in ScreenSessionGroup()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp3480 screenSession->SetScreenType(ScreenType::VIRTUAL); in InitVirtualScreen()