Home
last modified time | relevance | path

Searched refs:GetCollaboratorType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h188 int32_t GetCollaboratorType() const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1874 if (CheckCollaboratorType(sceneSession->GetCollaboratorType())) { in RequestSceneSession()
1986 if (!CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateSceneSessionWant()
2006 if (CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateCollaboratorSessionWant()
2218 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionActivationInner()
2220 scnSessionInfo->collaboratorType = scnSession->GetCollaboratorType(); in RequestSceneSessionActivationInner()
2283 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in NotifyCollaboratorAfterStart()
2284 NotifyLoadAbility(scnSession->GetCollaboratorType(), in NotifyCollaboratorAfterStart()
2570 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionDestructionInner()
2571 NotifyClearSession(scnSession->GetCollaboratorType(), scnSessionInfo->persistentId); in RequestSceneSessionDestructionInner()
2577 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionDestructionInner()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1050 int32_t GetCollaboratorType() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h343 int32_t GetCollaboratorType() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp332 reply.WriteInt32(property->GetCollaboratorType()); in HandleConnect()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1592 int32_t WindowSessionProperty::GetCollaboratorType() const in GetCollaboratorType() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1247 ASSERT_EQ(scensession->GetCollaboratorType(), 2);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp711 … if (property_ != nullptr && property_->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE) { in RegisterSessionRecoverListener()
713 property_->GetCollaboratorType()); in RegisterSessionRecoverListener()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp121 property->SetCollaboratorType(session->GetCollaboratorType()); in ConnectInner()
3352 int32_t SceneSession::GetCollaboratorType() const in GetCollaboratorType() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1498 if (second->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE && in GetReusedCollaboratorPersistentId()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3537 int32_t AbilityRecord::GetCollaboratorType() const in GetCollaboratorType() function in OHOS::AAFwk::AbilityRecord