Home
last modified time | relevance | path

Searched refs:SetCollaboratorType (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp119 sceneSession->SetCollaboratorType(0); in HWTEST_F()
122 sceneSession->SetCollaboratorType(1); in HWTEST_F()
H A Dscene_session_test2.cpp1004 scensession->SetCollaboratorType(persistentId); in HWTEST_F()
1041 scensession->SetCollaboratorType(persistentId); in HWTEST_F()
1045 scensession->SetCollaboratorType(z); in HWTEST_F()
1084 scensession->SetCollaboratorType(persistentId); in HWTEST_F()
H A Dscene_session_manager_lifecycle_test.cpp346 sceneSession->SetCollaboratorType(0); in HWTEST_F()
348 sceneSession->SetCollaboratorType(1); in HWTEST_F()
H A Dscene_session_manager_test.cpp506 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
532 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
558 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
H A Dscene_session_manager_test7.cpp675 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
679 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
H A Dscene_session_manager_test4.cpp176 sceneSession->SetCollaboratorType(collaboratorType); in HWTEST_F()
196 sceneSession->SetCollaboratorType(collaboratorType); in HWTEST_F()
H A Dscene_session_test.cpp1311 * @tc.name: SetCollaboratorType
1312 * @tc.desc: SetCollaboratorType
1315 HWTEST_F(SceneSessionTest, SetCollaboratorType, Function | SmallTest | Level2) in HWTEST_F()
1328 scensession->SetCollaboratorType(2); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1602 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
1621 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
1639 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
1658 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
H A Dwindow_scene_session_impl_test4.cpp129 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
133 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h191 void SetCollaboratorType(int32_t collaboratorType);
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h256 void SetCollaboratorType(int32_t collaboratorType);
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1586 void WindowSessionProperty::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp300 property->SetCollaboratorType(reply.ReadInt32()); in Connect()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp91 SetCollaboratorType(info.collaboratorType_); in SceneSession()
120 property->SetCollaboratorType(session->GetCollaboratorType()); in ConnectInner()
3129 void SceneSession::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType() function in SceneSession
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3523 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in FillSessionInfo()
3525 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in FillSessionInfo()

Completed in 53 milliseconds