Home
last modified time | relevance | path

Searched defs:secondScreenSession (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
Dmulti_screen_manager_test.cpp2099 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2131 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2163 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2195 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2227 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2259 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2291 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
2323 …sptr<ScreenSession> secondScreenSession = new (std::nothrow) ScreenSession(secondScreenId, secondP… variable
Dscreen_session_manager_test.cpp5325 sptr<ScreenSession> secondScreenSession = ssm_->GetScreenSession(screenId1); variable
/foundation/window/window_manager/window_scene/screen_session_manager/src/
Dmulti_screen_manager.cpp663 sptr<ScreenSession> secondScreenSession, MultiScreenPositionOptions mainScreenOptions, in AreScreensTouching()
Dscreen_session_manager.cpp9882 sptr<ScreenSession> secondScreenSession = nullptr; in SetMultiScreenRelativePosition() local
9907 sptr<ScreenSession>& secondScreenSession, MultiScreenPositionOptions mainScreenOptions, in SetMultiScreenRelativePositionInner()