Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dability_info_manager.cpp68 … abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE); in IsAnco()
73 iter->second == std::to_string(CollaboratorType::OTHERS_TYPE); in IsAnco()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp132 applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)); in CheckAncoShellCall()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h146 OTHERS_TYPE, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1055 applicationInfo_.codePath = std::to_string(CollaboratorType::OTHERS_TYPE);
1079 type = CollaboratorType::OTHERS_TYPE;
1129 collaboratorType = CollaboratorType::OTHERS_TYPE;
H A Dscene_session_manager_test7.cpp678 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h242 OTHERS_TYPE enumerator
/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);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2596 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnSchedulerDied()
2632 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnProcessDied()
3287 …etBundleName == SHELL_ASSISTANT_BUNDLENAME && collaboratorType_ == CollaboratorType::OTHERS_TYPE) { in GrantUriPermission()
H A Dability_manager_service.cpp6299 …f (request.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in GenerateAbilityRequest()
6300 request.collaboratorType = CollaboratorType::OTHERS_TYPE; in GenerateAbilityRequest()
10570 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3772 … else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in FillSessionInfo()
3773 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in FillSessionInfo()
6970 bundleInfo.applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in GetAbilityInfosFromBundleInfo()
9140 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
9159 … else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in CheckIfReuseSession()
9160 collaboratorType = CollaboratorType::OTHERS_TYPE; in CheckIfReuseSession()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3807 abilityRecord->collaboratorType_ = CollaboratorType::OTHERS_TYPE;