Lines Matching defs:connect

268 int32_t DistributedSchedProxy::ConnectRemoteAbility(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
271 if (connect == nullptr) {
272 HILOGE("ConnectRemoteAbility connect is null");
286 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
295 int32_t DistributedSchedProxy::DisconnectRemoteAbility(const sptr<IRemoteObject>& connect, int32_t callerUid,
298 if (connect == nullptr) {
299 HILOGE("DisconnectRemoteAbility connect is null");
312 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
321 const AppExecFwk::AbilityInfo& abilityInfo, const sptr<IRemoteObject>& connect,
324 if (connect == nullptr) {
325 HILOGE("ConnectAbilityFromRemote connect is null");
343 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
365 int32_t DistributedSchedProxy::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
368 if (connect == nullptr) {
369 HILOGE("DisconnectAbilityFromRemote connect is null");
382 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
757 const sptr<IRemoteObject>& connect, int32_t callerUid, int32_t callerPid, uint32_t accessToken)
759 if (connect == nullptr) {
760 HILOGE("StartRemoteAbilityByCall connect is null");
774 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
783 int32_t DistributedSchedProxy::ReleaseRemoteAbility(const sptr<IRemoteObject>& connect,
786 if (connect == nullptr) {
787 HILOGE("ReleaseRemoteAbility connect is null");
800 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
811 const sptr<IRemoteObject>& connect, const CallerInfo& callerInfo, const AccountInfo& accountInfo)
813 if (connect == nullptr) {
814 HILOGE("StartAbilityByCallFromRemote connect is null");
827 PARCEL_WRITE_HELPER(data, RemoteObject, connect);
855 int32_t DistributedSchedProxy::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect,
858 if (connect == nullptr) {
859 HILOGE("ReleaseAbilityFromRemote connect is null");
872 PARCEL_WRITE_HELPER(data, RemoteObject, connect);