Home
last modified time | relevance | path

Searched refs:UpdateCallerInfoFromToken (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/update_caller_info_util_test/
H A Dupdate_caller_info_util_test.cpp106 * @tc.desc: Test the state of UpdateCallerInfoFromToken
117 updateCallerUtil->UpdateCallerInfoFromToken(want, callerToken); in HWTEST_F()
121 updateCallerUtil->UpdateCallerInfoFromToken(want, callerToken); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dupdate_caller_info_util.h32 void UpdateCallerInfoFromToken(Want& want, const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dupdate_caller_info_util.cpp229 void UpdateCallerInfoUtil::UpdateCallerInfoFromToken(Want& want, const sptr<IRemoteObject> &token) in UpdateCallerInfoFromToken() function in OHOS::AAFwk::UpdateCallerInfoUtil
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp1106 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(abilityRequest.want, callerToken); in StartAbilityInner()
1151 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(abilityRequest.want, callerToken); in StartAbilityInner()
1292 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(localWant, callerToken); in PreStartFreeInstall()
1779 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(abilityRequest.want, callerToken); in StartAbilityForOptionInner()
3207 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(abilityRequest.want, parentToken); in StartUIExtensionAbility()
11892 UpdateCallerInfoUtil::GetInstance().UpdateCallerInfoFromToken(abilityRequest.want, callerToken); in StartUIAbilityByPreInstallInner()

Completed in 21 milliseconds