Home
last modified time | relevance | path

Searched refs:GetCollaboratorType (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h190 int32_t GetCollaboratorType() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1587 if (CheckCollaboratorType(sceneSession->GetCollaboratorType())) { in RequestSceneSession()
1707 if (!CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateSceneSessionWant()
1727 if (CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateCollaboratorSessionWant()
1934 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionActivationInner()
1936 scnSessionInfo->collaboratorType = scnSession->GetCollaboratorType(); in RequestSceneSessionActivationInner()
1999 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in NotifyCollaboratorAfterStart()
2000 NotifyLoadAbility(scnSession->GetCollaboratorType(), in NotifyCollaboratorAfterStart()
2003 NotifyMoveSessionToForeground(scnSession->GetCollaboratorType(), scnSessionInfo->persistentId); in NotifyCollaboratorAfterStart()
2289 if (CheckCollaboratorType(sceneSession->GetCollaboratorType())) { in RequestSceneSessionDestructionInner()
2290 NotifyClearSession(sceneSession->GetCollaboratorType(), scnSessionInf in RequestSceneSessionDestructionInner()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1044 int32_t GetCollaboratorType() const;
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h305 int32_t GetCollaboratorType() const;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test.cpp359 ASSERT_EQ(CollaboratorType::DEFAULT_TYPE, sceneSession1->GetCollaboratorType()); in HWTEST_F()
H A Dscene_session_test.cpp1329 ASSERT_EQ(scensession->GetCollaboratorType(), 2); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1581 int32_t WindowSessionProperty::GetCollaboratorType() const in GetCollaboratorType() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp370 reply.WriteInt32(property->GetCollaboratorType()); in HandleConnect()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp735 if (property_->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE) { in RegisterSessionRecoverListener()
737 property_->GetCollaboratorType()); in RegisterSessionRecoverListener()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp149 EXPECT_EQ(CollaboratorType::DEFAULT_TYPE, windowSceneSessionImpl->property_->GetCollaboratorType()); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3514 int32_t AbilityRecord::GetCollaboratorType() const in GetCollaboratorType() function in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1510 if (second->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE && in GetReusedCollaboratorPersistentId()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp120 property->SetCollaboratorType(session->GetCollaboratorType()); in ConnectInner()
3124 int32_t SceneSession::GetCollaboratorType() const in GetCollaboratorType() function in SceneSession

Completed in 50 milliseconds