Lines Matching defs:connect
334 AppExecFwk::AbilityInfo& abilityInfo, sptr<IRemoteObject>& connect,
344 connect = data.ReadRemoteObject();
348 HILOGD("Read callerInfo and accountInfo for connect fail, ret %{public}d.", result);
764 sptr<IRemoteObject> connect = data.ReadRemoteObject();
773 int32_t result = ConnectRemoteAbility(*want, connect, callerUid, callerPid, accessToken);
786 sptr<IRemoteObject> connect = data.ReadRemoteObject();
793 int32_t result = DisconnectRemoteAbility(connect, callerUid, accessToken);
833 sptr<IRemoteObject> connect = nullptr;
836 if (GetConnectAbilityFromRemoteExParam(data, abilityInfo, connect, callerInfo, accountInfo) != ERR_OK) {
837 HILOGE("Get connect ability from remote exParam fail!");
844 int32_t result = ConnectAbilityFromRemote(*want, abilityInfo, connect, callerInfo, accountInfo);
870 sptr<IRemoteObject> connect = data.ReadRemoteObject();
875 int32_t result = DisconnectAbilityFromRemote(connect, uid, sourceDeviceId);
1298 sptr<IRemoteObject> connect = data.ReadRemoteObject();
1305 int32_t result = StartRemoteAbilityByCall(*want, connect, callerUid, callerPid, accessToken);
1318 sptr<IRemoteObject> connect = data.ReadRemoteObject();
1324 int32_t result = ReleaseRemoteAbility(connect, *element);
1339 sptr<IRemoteObject> connect = data.ReadRemoteObject();
1368 int32_t result = StartAbilityByCallFromRemote(*want, connect, callerInfo, accountInfo);
1384 sptr<IRemoteObject> connect = data.ReadRemoteObject();
1394 int32_t result = ReleaseAbilityFromRemote(connect, *element, callerInfo);