Home
last modified time | relevance | path

Searched refs:RESERVE_TYPE (Results 1 - 21 of 21) sorted by relevance

/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()
/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()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1163 applicationInfo_.codePath = std::to_string(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
1197 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
1221 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
1240 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
H A Dscene_session_manager_test10.cpp123 sessionInfo.collaboratorType_ = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
H A Dscene_session_manager_test.cpp481 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
532 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
H A Dscene_session_manager_lifecycle_test.cpp523 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
H A Dscene_session_manager_stub_test.cpp1689 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
H A Dscene_session_test5.cpp1355 session->collaboratorType_ = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
H A Dscene_session_manager_test4.cpp175 int32_t collaboratorType = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h141 RESERVE_TYPE,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h240 RESERVE_TYPE, enumerator
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1868 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
1881 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2568 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied()
2605 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied()
3458 CollaboratorType::RESERVE_TYPE); in NotifyMissionBindPid()
H A Dability_manager_service.cpp945 if (abilityRequest.collaboratorType != CollaboratorType::RESERVE_TYPE && !abilityInfo.visible) { in CheckBrokerCallPermission()
951 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckBrokerCallPermission()
6284 if (request.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in GenerateAbilityRequest()
6285 request.collaboratorType = CollaboratorType::RESERVE_TYPE; in GenerateAbilityRequest()
8542 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckStaticCfgPermission()
8574 abilityRequest.abilityInfo.applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in CheckStaticCfgPermission()
9252 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in CheckCallServicePermission()
10254 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
10808 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in NotifyConfigurationChange()
10874 auto collaborator = GetCollaborator(CollaboratorType::RESERVE_TYPE); in OpenFile()
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3522 if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in FillSessionInfo()
3523 sceneSession->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in FillSessionInfo()
7880 sptr<AAFwk::IAbilityManagerCollaborator> collaborator = GetCollaboratorByType(CollaboratorType::RESERVE_TYPE); in PreloadInLakeApp()
8773 if (type != CollaboratorType::RESERVE_TYPE && type != CollaboratorType::OTHERS_TYPE) { in CheckCollaboratorType()
8790 if (abilityInfo->applicationInfo.codePath == std::to_string(CollaboratorType::RESERVE_TYPE)) { in CheckIfReuseSession()
8791 collaboratorType = CollaboratorType::RESERVE_TYPE; in CheckIfReuseSession()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp901 bool res = abilityMs_->CheckCollaboratorType(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp1333 int32_t type = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp129 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2367 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3785 abilityRecord->collaboratorType_ = CollaboratorType::RESERVE_TYPE; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3101 return collaboratorType_ == static_cast<int32_t>(CollaboratorType::RESERVE_TYPE); in IsAnco()

Completed in 93 milliseconds