Home
last modified time | relevance | path

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

/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()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h142 OTHERS_TYPE,
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1173 applicationInfo_.codePath = std::to_string(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
1199 type = CollaboratorType::OTHERS_TYPE; in HWTEST_F()
1249 collaboratorType = CollaboratorType::OTHERS_TYPE; in HWTEST_F()
H A Dscene_session_manager_test7.cpp679 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
H A Dscene_session_manager_test.cpp558 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h241 OTHERS_TYPE enumerator
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2569 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnSchedulerDied()
2606 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnProcessDied()
3260 collaboratorType_ == CollaboratorType::OTHERS_TYPE) { in GrantUriPermission()
H A Dability_manager_service.cpp6286 } else if (request.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in GenerateAbilityRequest()
6287 request.collaboratorType = CollaboratorType::OTHERS_TYPE; in GenerateAbilityRequest()
10254 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1602 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
1621 window->property_->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3524 } else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in FillSessionInfo()
3525 sceneSession->SetCollaboratorType(CollaboratorType::OTHERS_TYPE); in FillSessionInfo()
8773 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
8792 } else if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::OTHERS_TYPE)) { in CheckIfReuseSession()
8793 collaboratorType = CollaboratorType::OTHERS_TYPE; in CheckIfReuseSession()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3809 abilityRecord->collaboratorType_ = CollaboratorType::OTHERS_TYPE; in HWTEST_F()

Completed in 66 milliseconds