Home
last modified time | relevance | path

Searched defs:collaboratorType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinner_mission_info.h53 int32_t collaboratorType = 0; member
H A Dability_record.h255 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE; member
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H A Dsession_info.h70 int32_t collaboratorType = 0; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dmission_info.h84 int32_t collaboratorType; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp176 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; variable
196 int32_t collaboratorType = -1; variable
H A Dscene_session_manager_lifecycle_test.cpp517 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; variable
H A Dscene_session_manager_test3.cpp1101 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; variable
1120 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; variable
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1597 void WindowSessionProperty::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7186 …::IAbilityManagerCollaborator> SceneSessionManager::GetCollaboratorByType(int32_t collaboratorType) in GetCollaboratorByType()
9156 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE; in CheckIfReuseSession() local
9181 int32_t collaboratorType, const SessionInfo& sessionInfo, int32_t persistentId) in NotifyStartAbility()
9248 void SceneSessionManager::NotifyLoadAbility(int32_t collaboratorType, in NotifyLoadAbility()
9274 void SceneSessionManager::NotifyMoveSessionToForeground(int32_t collaboratorType, int32_t persisten… in NotifyMoveSessionToForeground()
9284 void SceneSessionManager::NotifyClearSession(int32_t collaboratorType, int32_t persistentId) in NotifyClearSession()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3357 void SceneSession::SetCollaboratorType(int32_t collaboratorType) in SetCollaboratorType()