Home
last modified time | relevance | path

Searched refs:GetRSScreenId (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp280 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMainChangeExtend()
290 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMainChangeMirror()
360 firstSession->GetRSScreenId(), firstSession->GetName(), firstSession->GetIsExtend()); in DoFirstMirrorChangeExtend()
384 firstSession->GetRSScreenId(), firstSession->GetName(), firstSession->GetIsExtend()); in DoFirstMirrorChangeMirror()
389 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstMirrorChangeMirror()
461 secondarySession->GetRSScreenId(), secondarySession->GetName(), secondarySession->GetIsExtend()); in DoFirstExtendChangeMirror()
H A Dscreen_session_dumper.cpp293 << screenSession->GetRSScreenId() << std::endl; in DumpScreenSessionById()
H A Dscreen_session_manager.cpp548 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in OnVirtualScreenChange()
555 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in OnVirtualScreenChange()
793 "name=%{public}s", screenId, screenSession->GetRSScreenId(), screenSession->GetName().c_str()); in HandleScreenConnectEvent()
795 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenConnectEvent()
801 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenConnectEvent()
835 screenSession->GetRSScreenId(), screenSession->GetName(), screenSession->GetIsExtend()); in HandleScreenDisconnectEvent()
5354 iter.second->GetRSScreenId(), iter.second->GetName(), iter.second->GetIsExtend()); in SetClientInner()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h133 ScreenId GetRSScreenId();
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1918 * @tc.name: GetRSScreenId
1922 HWTEST_F(ScreenSessionTest, GetRSScreenId, Function | SmallTest | Level2) in HWTEST_F()
1924 GTEST_LOG_(INFO) << "ScreenSessionTest: GetRSScreenId start"; in HWTEST_F()
1928 EXPECT_EQ(100, session->GetRSScreenId()); in HWTEST_F()
1937 GTEST_LOG_(INFO) << "ScreenSessionTest: GetRSScreenId end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp323 ScreenId ScreenSession::GetRSScreenId() in GetRSScreenId() function in OHOS::Rosen::ScreenSession

Completed in 28 milliseconds