Searched refs:isStartAsCaller (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ability_interceptor_interface.h | 32 bool isStartAsCaller = false, int32_t appIndex = 0) : want(want), 34 abilityInfo(abilityInfo), isStartAsCaller(isStartAsCaller), appIndex(appIndex){}; 41 bool isStartAsCaller = false; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | start_ability_handler.h | 36 bool isStartAsCaller = false; member
|
H A D | ability_manager_service.h | 1029 bool isStartAsCaller = false, 1042 bool isStartAsCaller = false, 1057 bool isStartAsCaller = false); 1071 bool isStartAsCaller = false, 1083 bool isStartAsCaller = false, 2047 …nt CheckStaticCfgPermission(const AppExecFwk::AbilityRequest &abilityRequest, bool isStartAsCaller, 2060 bool isStartAsCaller = false); 2323 uint32_t specifyTokenId, bool isStartAsCaller, Want &localWant);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/ |
H A D | ability_manager_service_fourth_test.cpp | 380 bool isStartAsCaller = true; variable 384 isStartAsCaller, specifyTokenId, isImplicit); 388 isStartAsCaller, specifyTokenId, isImplicit); 393 isStartAsCaller, specifyTokenId, isImplicit); 953 bool isStartAsCaller{true}; variable 955 …auto ret = abilityMs_->PreStartFreeInstall(want, callerToken, specifyTokenId, isStartAsCaller, loc…
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | start_other_app_interceptor.cpp | 47 if (!param.isWithUI || param.isStartAsCaller) { in DoProcess()
|
H A D | ecological_rule_interceptor.cpp | 37 … if (param.isStartAsCaller && param.want.GetBoolParam(START_ABILITY_AS_CALLER_SKIP_ERMS, false)) { in DoProcess()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 863 startParams.isStartAsCaller = isStartAsCaller; in StartAbilityWrap() 1122 } else if (!isStartAsCaller) { in StartAbilityInner() 1262 } else if (!isStartAsCaller) { in PreStartFreeInstall() 1588 startParams.isStartAsCaller = isStartAsCaller; in StartAbilityForOptionWrap() 1671 if (!isStartAsCaller) { in StartAbilityForOptionInner() 1739 if (!isStartAsCaller) { in StartAbilityForOptionInner() 2425 if (!isStartAsCaller) { in CheckOptExtensionAbility() 2919 if (!isStartAsCaller) { in StartExtensionAbilityInner() 8866 if (isStartAsCaller) { in CheckStaticCfgPermission() 12181 bool isStartAsCaller = false; in StartUIAbilityByPreInstallInner() local [all …]
|