Home
last modified time | relevance | path

Searched refs:RESERVE_TYPE (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dability_info_manager.cpp67 … 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 Dscene_session.cpp3329 return collaboratorType_ == static_cast<int32_t>(CollaboratorType::RESERVE_TYPE); in IsAnco()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagerb_fuzzer/
H A Duiabilitylifecyclemanagerb_fuzzer.cpp76 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 Dstart_other_app_interceptor.cpp131 return (applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE) || in CheckAncoShellCall()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1047 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 Dscene_session_manager_test10.cpp123 sessionInfo.collaboratorType_ = CollaboratorType::RESERVE_TYPE;
H A Dscene_session_manager_lifecycle_test.cpp517 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE;
H A Dscene_session_manager_stub_test.cpp1688 int32_t type = CollaboratorType::RESERVE_TYPE;
H A Dscene_session_test5.cpp1327 session->collaboratorType_ = CollaboratorType::RESERVE_TYPE;
H A Dscene_session_manager_test.cpp467 int32_t type = CollaboratorType::RESERVE_TYPE;
H A Dscene_session_manager_test4.cpp176 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h145 RESERVE_TYPE, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1703 int32_t type = CollaboratorType::RESERVE_TYPE;
1716 int32_t type = CollaboratorType::RESERVE_TYPE;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h241 RESERVE_TYPE, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2595 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied()
2631 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied()
3481 CollaboratorType::RESERVE_TYPE); in NotifyMissionBindPid()
H A Dability_manager_service.cpp927 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 Dability_manager_service_third_test.cpp961 bool res = abilityMs_->CheckCollaboratorType(CollaboratorType::RESERVE_TYPE);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3770 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 Dability_manager_service_first_test.cpp1345 int32_t type = CollaboratorType::RESERVE_TYPE;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp125 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::RESERVE_TYPE);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2370 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3783 abilityRecord->collaboratorType_ = CollaboratorType::RESERVE_TYPE;