Lines Matching defs:remote
50 sptr<IRemoteObject> remote = Remote();
51 if (remote == nullptr) {
63 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_ABILITY),
71 sptr<IRemoteObject> remote = Remote();
72 if (remote == nullptr) {
73 HILOGE("StartAbilityFromRemote remote service null");
102 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_ABILITY_FROM_REMOTE),
109 sptr<IRemoteObject> remote = Remote();
110 if (remote == nullptr) {
111 HILOGE("SendResultFromRemote remote service null");
134 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::SEND_RESULT_FROM_REMOTE),
145 sptr<IRemoteObject> remote = Remote();
146 if (remote == nullptr) {
147 HILOGE("ContinueMission remote service null");
160 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONTINUE_MISSION), data, msgReply);
170 sptr<IRemoteObject> remote = Remote();
171 if (remote == nullptr) {
172 HILOGE("ContinueMission remote service null");
185 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONTINUE_MISSION_OF_BUNDLENAME),
192 sptr<IRemoteObject> remote = Remote();
193 if (remote == nullptr) {
194 HILOGE("StartContinuation remote service null");
207 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION),
213 sptr<IRemoteObject> remote = Remote();
214 if (remote == nullptr) {
215 HILOGE("NotifyCompleteContinuation remote service null");
226 PARCEL_TRANSACT_SYNC_NORET(remote, static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_COMPLETE_CONTINUATION),
232 sptr<IRemoteObject> remote = Remote();
233 if (remote == nullptr) {
234 HILOGE("NotifyDSchedEventResultFromRemote remote service null");
244 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>
251 sptr<IRemoteObject> remote = Remote();
252 if (remote == nullptr) {
253 HILOGE("NotifyContinuationResultFromRemote remote service null");
264 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>
276 sptr<IRemoteObject> remote = Remote();
277 if (remote == nullptr) {
278 HILOGE("ConnectRemoteAbility remote is null");
291 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY),
303 sptr<IRemoteObject> remote = Remote();
304 if (remote == nullptr) {
305 HILOGE("DisconnectRemoteAbility remote is null");
316 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY),
329 sptr<IRemoteObject> remote = Remote();
330 if (remote == nullptr) {
331 HILOGE("ConnectAbilityFromRemote remote is null");
361 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_ABILITY_FROM_REMOTE),
373 sptr<IRemoteObject> remote = Remote();
374 if (remote == nullptr) {
375 HILOGE("DisconnectAbilityFromRemote remote is null");
387 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_ABILITY_FROM_REMOTE),
394 sptr<IRemoteObject> remote = Remote();
395 if (remote == nullptr) {
396 HILOGE("NotifyProcessDiedFromRemote remote is null");
407 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_PROCESS_DIED_FROM_REMOTE),
415 sptr<IRemoteObject> remote = Remote();
416 if (remote == nullptr) {
417 HILOGE("remote system ability is null");
429 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS), data, reply);
436 sptr<IRemoteObject> remote = Remote();
437 if (remote == nullptr) {
438 HILOGE("remote service is null");
450 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS_FROM_REMOTE),
464 sptr<IRemoteObject> remote = Remote();
465 if (remote == nullptr) {
466 HILOGE("remote system ability is null");
475 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS), data, reply);
481 sptr<IRemoteObject> remote = Remote();
482 if (remote == nullptr) {
483 HILOGE("remote service is null");
495 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS_FROM_REMOTE),
508 sptr<IRemoteObject> remote = Remote();
509 if (remote == nullptr) {
510 HILOGE("remote system ability is null");
520 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_MISSION_LISTENER),
528 sptr<IRemoteObject> remote = Remote();
529 if (remote == nullptr) {
530 HILOGE("remote system ability is null");
540 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_DSCHED_EVENT_LISTENER),
548 sptr<IRemoteObject> remote = Remote();
549 if (remote == nullptr) {
550 HILOGE("remote system ability is null");
560 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::UNREGISTER_DSCHED_EVENT_LISTENER),
568 sptr<IRemoteObject> remote = Remote();
569 if (remote == nullptr) {
570 HILOGE("remote system ability is null");
581 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_ON_LISTENER),
589 sptr<IRemoteObject> remote = Remote();
590 if (remote == nullptr) {
591 HILOGE("remote system ability is null");
602 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_OFF_LISTENER),
610 sptr<IRemoteObject> remote = Remote();
611 if (remote == nullptr) {
612 HILOGE("remote system ability is null");
622 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::UNREGISTER_MISSION_LISTENER),
630 sptr<IRemoteObject> remote = Remote();
631 if (remote == nullptr) {
632 HILOGE("remote system ability is null");
644 int32_t ret = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_MISSION_INFOS), data, reply,
657 sptr<IRemoteObject> remote = Remote();
658 if (remote == nullptr) {
659 HILOGE("NotifyMissionsChangedFromRemote remote service is null");
677 int32_t error = remote->SendRequest(static_cast<uint32_t>
699 sptr<IRemoteObject> remote = Remote();
700 if (remote == nullptr) {
701 HILOGE("remote is null");
712 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO),
726 sptr<IRemoteObject> remote = Remote();
727 if (remote == nullptr) {
728 HILOGE("SetMissionContinueState remote is null");
739 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::SET_MISSION_CONTINUE_STATE),
764 sptr<IRemoteObject> remote = Remote();
765 if (remote == nullptr) {
766 HILOGE("StartRemoteAbilityByCall remote is null");
779 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_ABILITY_BY_CALL),
791 sptr<IRemoteObject> remote = Remote();
792 if (remote == nullptr) {
793 HILOGE("ReleaseRemoteAbility remote is null");
806 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_REMOTE_ABILITY),
818 sptr<IRemoteObject> remote = Remote();
819 if (remote == nullptr) {
820 HILOGE("StartAbilityByCallFromRemote remote is null");
851 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>
863 sptr<IRemoteObject> remote = Remote();
864 if (remote == nullptr) {
865 HILOGE("ReleaseAbilityFromRemote remote is null");
882 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_ABILITY_FROM_REMOTE),
895 sptr<IRemoteObject> remote = Remote();
896 if (remote == nullptr) {
897 HILOGE("remote callback null");
913 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_FREE_INSTALL),
920 sptr<IRemoteObject> remote = Remote();
921 if (remote == nullptr) {
922 HILOGE("remote is null");
953 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_FREE_INSTALL_FROM_REMOTE),
960 sptr<IRemoteObject> remote = Remote();
961 if (remote == nullptr) {
962 HILOGE("remote is null");
975 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>
989 auto remote = Remote();
990 if (remote == nullptr) {
991 HILOGE("fail to get dms remote.");
1005 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_SHARE_FORM),
1018 auto remote = Remote();
1019 if (remote == nullptr) {
1020 HILOGE("fail to get dms remote.");
1034 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_SHARE_FORM_FROM_REMOTE),
1042 sptr<IRemoteObject> remote = Remote();
1043 if (remote == nullptr) {
1044 HILOGE("NotifyStateChangedFromRemote remote service null");
1059 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_STATE_CHANGED_FROM_REMOTE),
1065 sptr<IRemoteObject> remote = Remote();
1066 if (remote == nullptr) {
1067 HILOGE("GetDistributedComponentList remote is null");
1076 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_DISTRIBUTED_COMPONENT_LIST),
1094 sptr<IRemoteObject> remote = Remote();
1095 if (remote == nullptr) {
1096 HILOGE("StopRemoteExtensionAbility remote service null");
1109 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::STOP_REMOTE_EXTERNSION_ABILITY),
1116 sptr<IRemoteObject> remote = Remote();
1117 if (remote == nullptr) {
1118 HILOGE("StopExtensionAbilityFromRemote remote service null");
1141 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>