Searched refs:GetRSScreenId (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 280 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 D | screen_session_dumper.cpp | 293 << screenSession->GetRSScreenId() << std::endl; in DumpScreenSessionById()
|
H A D | screen_session_manager.cpp | 548 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 D | screen_session.h | 133 ScreenId GetRSScreenId();
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1918 * @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 D | screen_session.cpp | 323 ScreenId ScreenSession::GetRSScreenId() in GetRSScreenId() function in OHOS::Rosen::ScreenSession
|
Completed in 19 milliseconds