Lines Matching refs:callerUid

253     int32_t callerUid = 0;
254 PARCEL_READ_HELPER(data, Int32, callerUid);
259 HILOGD("get callerUid = %{public}d, AccessTokenID = %{private}s", callerUid,
262 int32_t result = StartRemoteAbility(*want, callerUid, requestCode, accessToken);
263 ReportEvent(*want, BehaviorEvent::START_REMOTE_ABILITY, result, callerUid);
269 int32_t callerUid)
272 if (!BundleManagerInternal::GetBundleNameListFromBms(callerUid, bundleNames)) {
286 want.GetElement().GetAbilityName(), callerUid, srcBundleName, localBundleInfo.versionName };
653 int32_t callerUid = data.ReadInt32();
667 StartContinuation(*want, missionId, callerUid, status, accessToken) :
668 DSchedContinueManager::GetInstance().StartContinuation(*want, missionId, callerUid, status, accessToken);
670 ReportEvent(*want, BehaviorEvent::START_CONTINUATION, result, callerUid);
765 int32_t callerUid = 0;
766 PARCEL_READ_HELPER(data, Int32, callerUid);
771 HILOGD("get callerUid = %{public}d, callerPid = %{public}d, AccessTokenID = %{private}s", callerUid, callerPid,
773 int32_t result = ConnectRemoteAbility(*want, connect, callerUid, callerPid, accessToken);
774 ReportEvent(*want, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, callerUid);
787 int32_t callerUid = 0;
788 PARCEL_READ_HELPER(data, Int32, callerUid);
791 HILOGD("get callerUid = %{public}d, AccessTokenID = %{private}s", callerUid,
793 int32_t result = DisconnectRemoteAbility(connect, callerUid, accessToken);
1299 int32_t callerUid = 0;
1300 PARCEL_READ_HELPER(data, Int32, callerUid);
1305 int32_t result = StartRemoteAbilityByCall(*want, connect, callerUid, callerPid, accessToken);
1306 ReportEvent(*want, BehaviorEvent::START_REMOTE_ABILITY_BYCALL, result, callerUid);
1494 int32_t callerUid = 0;
1497 PARCEL_READ_HELPER(data, Int32, callerUid);
1505 int32_t result = StartRemoteFreeInstall(*want, callerUid, requestCode, accessToken, callback);
1616 int32_t callerUid = 0;
1617 PARCEL_READ_HELPER(data, Int32, callerUid);
1622 HILOGD("get callerUid = %{private}d, AccessTokenID = %{private}s", callerUid,
1624 auto result = StopRemoteExtensionAbility(*want, callerUid, accessToken, serviceType);