Searched refs:UpdateCallerInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | update_caller_info_util.h | 30 void UpdateCallerInfo(Want& want, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_event.h | 61 static void UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 155 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 D | update_caller_info_util.cpp | 51 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 D | ability_manager_service.cpp | 1108 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