Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp119 sceneSession->SetCollaboratorType(0);
122 sceneSession->SetCollaboratorType(1);
H A Dscene_session_manager_lifecycle_test.cpp333 sceneSession->SetCollaboratorType(0);
335 sceneSession->SetCollaboratorType(1);
H A Dscene_session_test2.cpp1229 scensession->SetCollaboratorType(persistentId); in __anon5bcf85d40802()
1266 scensession->SetCollaboratorType(persistentId); in __anon5bcf85d40a02()
1270 scensession->SetCollaboratorType(z); in __anon5bcf85d40b02()
1310 scensession->SetCollaboratorType(persistentId); in __anon5bcf85d40c02()
H A Dscene_session_manager_test7.cpp674 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
678 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE);
H A Dscene_session_manager_test3.cpp672 sceneSession->SetCollaboratorType(0);
674 sceneSession->SetCollaboratorType(1);
H A Dscene_session_manager_test4.cpp177 sceneSession->SetCollaboratorType(collaboratorType);
197 sceneSession->SetCollaboratorType(collaboratorType);
H A Dscene_session_test.cpp1233 HWTEST_F(SceneSessionTest, SetCollaboratorType, Function | SmallTest | Level2)
1246 scensession->SetCollaboratorType(2);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1496 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE);
1514 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE);
1531 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
1548 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
H A Dwindow_scene_session_impl_test4.cpp125 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::RESERVE_TYPE);
128 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h189 void SetCollaboratorType(int32_t collaboratorType);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h276 void SetCollaboratorType(int32_t collaboratorType);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1597 void WindowSessionProperty::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp91 SetCollaboratorType(info.collaboratorType_); in SceneSession()
121 property->SetCollaboratorType(session->GetCollaboratorType()); in ConnectInner()
3357 void SceneSession::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp281 property->SetCollaboratorType(reply.ReadInt32()); in Connect()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3771 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in FillSessionInfo()
3773 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in FillSessionInfo()