Lines Matching refs:reply
217 MessageParcel& data, MessageParcel& reply, MessageOption& option)
232 return (this->*func)(data, reply);
237 return IPCObjectStub::OnRemoteRequest(code, data, reply, option);
240 int32_t DistributedSchedStub::StartRemoteAbilityInner(MessageParcel& data, MessageParcel& reply)
265 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
363 int32_t DistributedSchedStub::StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
367 return StartAbilityFromRemoteAdapterInner(data, reply);
400 PARCEL_WRITE_HELPER(reply, Int32, result);
402 PARCEL_WRITE_HELPER(reply, Int64, end - begin);
403 PARCEL_WRITE_HELPER(reply, String, package);
404 PARCEL_WRITE_HELPER(reply, String, deviceId);
408 int32_t DistributedSchedStub::StopAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
412 return StopAbilityFromRemoteAdapterInner(data, reply);
416 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
474 int32_t DistributedSchedStub::SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply)
515 PARCEL_WRITE_HELPER(reply, Int32, result);
517 PARCEL_WRITE_HELPER(reply, Int64, end - begin);
521 int32_t DistributedSchedStub::ContinueMissionInner(MessageParcel& data, MessageParcel& reply)
563 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
568 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
571 int32_t DistributedSchedStub::ContinueMissionOfBundleNameInner(MessageParcel& data, MessageParcel& reply)
618 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
623 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
636 int32_t DistributedSchedStub::StartContinuationInner(MessageParcel& data, MessageParcel& reply)
672 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
676 [[maybe_unused]] MessageParcel& reply)
720 [[maybe_unused]] MessageParcel& reply)
735 [[maybe_unused]] MessageParcel& reply)
751 int32_t DistributedSchedStub::ConnectRemoteAbilityInner(MessageParcel& data, MessageParcel& reply)
776 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
779 int32_t DistributedSchedStub::DisconnectRemoteAbilityInner(MessageParcel& data, MessageParcel& reply)
797 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
812 int32_t DistributedSchedStub::ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
816 return ConnectAbilityFromRemoteAdapterInner(data, reply);
850 PARCEL_WRITE_HELPER(reply, Int32, result);
851 PARCEL_WRITE_HELPER(reply, Int64, end - begin);
852 PARCEL_WRITE_HELPER(reply, String, package);
853 PARCEL_WRITE_HELPER(reply, String, deviceId);
857 int32_t DistributedSchedStub::DisconnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
861 return DisconnectAbilityFromRemoteAdapterInner(data, reply);
879 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
882 int32_t DistributedSchedStub::NotifyProcessDiedFromRemoteInner(MessageParcel& data, MessageParcel& reply)
902 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
919 int32_t DistributedSchedStub::GetMissionInfosInner(MessageParcel& data, MessageParcel& reply)
934 result = MissionInfoConverter::WriteMissionInfosToParcel(reply, missionInfos) ? ERR_NONE : ERR_FLATTEN_OBJECT;
939 int32_t DistributedSchedStub::GetRemoteMissionSnapshotInfoInner(MessageParcel& data, MessageParcel& reply)
963 PARCEL_WRITE_HELPER(reply, Parcelable, missionSnapshotPtr.get());
976 int32_t DistributedSchedStub::RegisterMissionListenerInner(MessageParcel& data, MessageParcel& reply)
993 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
996 int32_t DistributedSchedStub::RegisterDSchedEventListenerInner(MessageParcel& data, MessageParcel& reply)
1010 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1013 int32_t DistributedSchedStub::UnRegisterDSchedEventListenerInner(MessageParcel& data, MessageParcel& reply)
1027 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1030 int32_t DistributedSchedStub::GetContinueInfoInner(MessageParcel& data, MessageParcel& reply)
1036 PARCEL_WRITE_HELPER(reply, String, dstNetworkId);
1037 PARCEL_WRITE_HELPER(reply, String, srcNetworkId);
1041 int32_t DistributedSchedStub::GetEncodeDSchedEventNotify(const EventNotify& event, MessageParcel& reply)
1043 PARCEL_WRITE_HELPER(reply, Int32, event.eventResult_);
1044 PARCEL_WRITE_HELPER(reply, String, event.srcNetworkId_);
1045 PARCEL_WRITE_HELPER(reply, String, event.dstNetworkId_);
1046 PARCEL_WRITE_HELPER(reply, String, event.srcBundleName_);
1047 PARCEL_WRITE_HELPER(reply, String, event.srcModuleName_);
1048 PARCEL_WRITE_HELPER(reply, String, event.srcAbilityName_);
1049 PARCEL_WRITE_HELPER(reply, String, event.destBundleName_);
1050 PARCEL_WRITE_HELPER(reply, String, event.destModuleName_);
1051 PARCEL_WRITE_HELPER(reply, String, event.destAbilityName_);
1052 PARCEL_WRITE_HELPER(reply, Int32, event.dSchedEventType_);
1053 PARCEL_WRITE_HELPER(reply, Int32, event.state_);
1057 int32_t DistributedSchedStub::GetDSchedEventInfoInner(MessageParcel& data, MessageParcel& reply)
1064 PARCEL_WRITE_HELPER(reply, Int32, result);
1065 PARCEL_WRITE_HELPER(reply, Uint32, eventInfos.size());
1067 result = GetEncodeDSchedEventNotify(event, reply);
1076 int32_t DistributedSchedStub::RegisterOnListenerInner(MessageParcel& data, MessageParcel& reply)
1098 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1101 int32_t DistributedSchedStub::RegisterOffListenerInner(MessageParcel& data, MessageParcel& reply)
1123 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1126 int32_t DistributedSchedStub::UnRegisterMissionListenerInner(MessageParcel& data, MessageParcel& reply)
1143 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1146 int32_t DistributedSchedStub::StartSyncMissionsFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1161 if (!reply.WriteInt32(VERSION)) {
1164 if (!DstbMissionInfo::WriteDstbMissionInfosToParcel(reply, missionInfos)) {
1171 int32_t DistributedSchedStub::StopSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply)
1183 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1186 int32_t DistributedSchedStub::StopSyncMissionsFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1198 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1201 int32_t DistributedSchedStub::NotifyMissionsChangedFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1219 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1222 int32_t DistributedSchedStub::StartSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply)
1237 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1240 int32_t DistributedSchedStub::SetMissionContinueStateInner(MessageParcel& data, MessageParcel& reply)
1254 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1285 int32_t DistributedSchedStub::StartRemoteAbilityByCallInner(MessageParcel& data, MessageParcel& reply)
1308 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1311 int32_t DistributedSchedStub::ReleaseRemoteAbilityInner(MessageParcel& data, MessageParcel& reply)
1329 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1332 int32_t DistributedSchedStub::StartAbilityByCallFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1373 PARCEL_WRITE_HELPER(reply, Int32, result);
1377 int32_t DistributedSchedStub::ReleaseAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1399 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1403 int32_t DistributedSchedStub::StartRemoteShareFormInner(MessageParcel& data, MessageParcel& reply)
1415 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, static_cast<int32_t>(ERR_FLATTEN_OBJECT));
1421 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1424 int32_t DistributedSchedStub::StartShareFormFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1429 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, static_cast<int32_t>(DMS_PERMISSION_DENIED));
1438 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, static_cast<int32_t>(ERR_FLATTEN_OBJECT));
1444 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1448 int32_t DistributedSchedStub::GetDistributedComponentListInner(MessageParcel& data, MessageParcel& reply)
1457 PARCEL_WRITE_HELPER(reply, Int32, result);
1458 PARCEL_WRITE_HELPER(reply, StringVector, distributedComponents);
1462 int32_t DistributedSchedStub::NotifyStateChangedFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1479 PARCEL_WRITE_HELPER(reply, Int32, result);
1483 int32_t DistributedSchedStub::StartRemoteFreeInstallInner(MessageParcel& data, MessageParcel& reply)
1507 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1540 int32_t DistributedSchedStub::StartFreeInstallFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1583 PARCEL_WRITE_HELPER(reply, Int32, result);
1585 PARCEL_WRITE_HELPER(reply, Int64, end - begin);
1589 int32_t DistributedSchedStub::NotifyCompleteFreeInstallFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1601 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1604 int32_t DistributedSchedStub::StopRemoteExtensionAbilityInner(MessageParcel& data, MessageParcel& reply)
1626 PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
1629 int32_t DistributedSchedStub::StopExtensionAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply)
1668 PARCEL_WRITE_HELPER(reply, Int32, result);
1683 int32_t DistributedSchedStub::StartAbilityFromRemoteAdapterInner(MessageParcel& data, MessageParcel& reply)
1690 int32_t result = StartAbilityFromRemoteAdapter(data, reply);
1695 int32_t DistributedSchedStub::StopAbilityFromRemoteAdapterInner(MessageParcel& data, MessageParcel& reply)
1702 int32_t result = StopAbilityFromRemoteAdapter(data, reply);
1707 int32_t DistributedSchedStub::ConnectAbilityFromRemoteAdapterInner(MessageParcel& data, MessageParcel& reply)
1714 int32_t result = ConnectAbilityFromRemoteAdapter(data, reply);
1719 int32_t DistributedSchedStub::DisconnectAbilityFromRemoteAdapterInner(MessageParcel& data, MessageParcel& reply)
1726 int32_t result = DisconnectAbilityFromRemoteAdapter(data, reply);
1732 MessageParcel& reply)
1739 int32_t result = NotifyAbilityLifecycleChangedFromRemoteAdapter(data, reply);