Home
last modified time | relevance | path

Searched refs:UpdateCallerInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dupdate_caller_info_util.h30 void UpdateCallerInfo(Want& want, const sptr<IRemoteObject> &callerToken);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h61 static void UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp155 UpdateCallerInfo(eventInfo, callerAppRecord, appRecord); in SendProcessStartFailedEvent()
170 void AppMgrEventUtil::UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord, in UpdateCallerInfo() function in OHOS::AppExecFwk::AppMgrEventUtil
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dupdate_caller_info_util.cpp51 void UpdateCallerInfoUtil::UpdateCallerInfo(Want& want, const sptr<IRemoteObject> &callerToken) in UpdateCallerInfo() function in OHOS::AAFwk::UpdateCallerInfoUtil
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp1108 TAG_LOGD(AAFwkTag::ABILITYMGR, "do not start as caller, UpdateCallerInfo"); in StartAbilityInner()
1109 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfo(abilityRequest.want, callerToken); in StartAbilityInner()
1111 TAG_LOGD(AAFwkTag::ABILITYMGR, "start as caller, skip UpdateCallerInfo!"); in StartAbilityInner()
1153 TAG_LOGD(AAFwkTag::ABILITYMGR, "do not start as caller, UpdateCallerInfo"); in StartAbilityInner()
1154 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfo(abilityRequest.want, callerToken); in StartAbilityInner()
1294 TAG_LOGD(AAFwkTag::ABILITYMGR, "do not start as caller, UpdateCallerInfo"); in PreStartFreeInstall()
1295 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfo(localWant, callerToken); in PreStartFreeInstall()
1297 TAG_LOGD(AAFwkTag::ABILITYMGR, "start as caller, skip UpdateCallerInfo!"); in PreStartFreeInstall()
1433 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfo(localWant, callerToken); in StartAbilityDetails()
1539 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfo(abilityReques in StartAbilityDetails()
[all...]

Completed in 13 milliseconds