/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | ability_info_manager.cpp | 67 … isAnco = abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE) || in IsAnco() 72 isAnco = iter->second == std::to_string(CollaboratorType::RESERVE_TYPE) || in IsAnco()
|
H A D | scene_session.cpp | 3329 return collaboratorType_ == static_cast<int32_t>(CollaboratorType::RESERVE_TYPE); in IsAnco()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagerb_fuzzer/ |
H A D | uiabilitylifecyclemanagerb_fuzzer.cpp | 76 abilityRequest1.collaboratorType = CollaboratorType::RESERVE_TYPE; in DoSomethingInterestingWithMyAPI1() 77 if (abilityRequest1.collaboratorType == CollaboratorType::RESERVE_TYPE) { in DoSomethingInterestingWithMyAPI1()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | start_other_app_interceptor.cpp | 131 return (applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE) || in CheckAncoShellCall()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test3.cpp | 1047 applicationInfo_.codePath = std::to_string(CollaboratorType::RESERVE_TYPE); 1077 int32_t type = CollaboratorType::RESERVE_TYPE; 1101 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; 1120 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_manager_test10.cpp | 123 sessionInfo.collaboratorType_ = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_manager_lifecycle_test.cpp | 517 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_manager_stub_test.cpp | 1688 int32_t type = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_test5.cpp | 1327 session->collaboratorType_ = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_manager_test.cpp | 467 int32_t type = CollaboratorType::RESERVE_TYPE;
|
H A D | scene_session_manager_test4.cpp | 176 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE;
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 145 RESERVE_TYPE, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/ |
H A D | ability_manager_client_branch_test.cpp | 1703 int32_t type = CollaboratorType::RESERVE_TYPE; 1716 int32_t type = CollaboratorType::RESERVE_TYPE;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 241 RESERVE_TYPE, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2595 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied() 2631 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied() 3481 CollaboratorType::RESERVE_TYPE); in NotifyMissionBindPid()
|
H A D | ability_manager_service.cpp | 927 if (abilityRequest.collaboratorType != CollaboratorType::RESERVE_TYPE && !abilityInfo.visible) { in CheckBrokerCallPermission() 933 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckBrokerCallPermission() 6297 … (request.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in GenerateAbilityRequest() 6298 request.collaboratorType = CollaboratorType::RESERVE_TYPE; in GenerateAbilityRequest() 8846 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckStaticCfgPermission() 9551 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckCallServicePermission() 10570 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType() 11100 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in NotifyConfigurationChange() 11166 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in OpenFile()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 961 bool res = abilityMs_->CheckCollaboratorType(CollaboratorType::RESERVE_TYPE);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3770 if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in FillSessionInfo() 3771 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in FillSessionInfo() 6969 if (bundleInfo.applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE) || in GetAbilityInfosFromBundleInfo() 8267 …:IAbilityManagerCollaborator> collaborator = GetCollaboratorByType(CollaboratorType::RESERVE_TYPE); in PreloadInLakeApp() 9140 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType() 9157 if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in CheckIfReuseSession() 9158 collaboratorType = CollaboratorType::RESERVE_TYPE; in CheckIfReuseSession()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/ |
H A D | ability_manager_service_first_test.cpp | 1345 int32_t type = CollaboratorType::RESERVE_TYPE;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test4.cpp | 125 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::RESERVE_TYPE);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 2370 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/ |
H A D | ui_ability_lifecycle_manager_test.cpp | 3783 abilityRecord->collaboratorType_ = CollaboratorType::RESERVE_TYPE;
|