/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 57 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_REMOTE_ABILITY, data, reply); in StartRemoteAbility() 77 PARCEL_TRANSACT_SYNC_RET_INT(remote, CONNECT_REMOTE_ABILITY, data, reply); in ConnectRemoteAbility() 101 PARCEL_TRANSACT_SYNC_RET_INT(remote, DISCONNECT_REMOTE_ABILITY, data, reply); in DisconnectRemoteAbility() 126 PARCEL_TRANSACT_SYNC_RET_INT(remote, CONTINUE_MISSION, data, reply); in ContinueMission() 175 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_CONTINUATION, data, reply); in StartContinuation() 232 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_SYNC_MISSIONS, data, reply); in StartSyncRemoteMissions() 248 PARCEL_TRANSACT_SYNC_RET_INT(remote, STOP_SYNC_MISSIONS, data, reply); in StopSyncRemoteMissions() 266 PARCEL_TRANSACT_SYNC_RET_INT(remote, REGISTER_MISSION_LISTENER, data, reply); in RegisterMissionListener() 284 PARCEL_TRANSACT_SYNC_RET_INT(remote, REGISTER_ON_LISTENER, data, reply); in RegisterOnListener() 303 PARCEL_TRANSACT_SYNC_RET_INT(remote, REGISTER_OFF_LISTENER, data, reply); in RegisterOffListener() [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 63 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_ABIL… in StartRemoteAbility() 102 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_ABILITY_FRO… in StartAbilityFromRemote() 134 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::SEND_RESULT_FROM_… in SendResultFromRemote() 207 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATIO… in StartContinuation() 244 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in NotifyDSchedEventResultFromRemote() 264 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in NotifyContinuationResultFromRemote() 291 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_AB… in ConnectRemoteAbility() 579 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_ON_LISTE… in RegisterOnListener() 847 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in StartAbilityByCallFromRemote() 971 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in NotifyCompleteFreeInstallFromRemote() [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/ |
H A D | distributed_ability_manager_proxy.cpp | 79 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDAbilityManagerInterfaceCode::UNREGIST… in Unregister() 108 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in RegisterDeviceSelectionCallback() 131 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t> in UnregisterDeviceSelectionCallback() 152 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDAbilityManagerInterfaceCode::UPDATE_C… in UpdateConnectStatus() 177 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDAbilityManagerInterfaceCode::START_DE… in StartDeviceManager()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 52 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::PUT_DEVICE… in PutDeviceProfile() 94 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::DELETE_DEV… in DeleteDeviceProfile() 185 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDeviceProfileInterfaceCode::SYNC_DEVIC… in SyncDeviceProfile()
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/ |
H A D | dms_client.cpp | 65 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_DSCHED_E… in RegisterDSchedEventListener() 90 …PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::UNREGISTER_DSCHED… in UnRegisterDSchedEventListener()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/ |
H A D | parcel_helper.h | 86 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/ |
H A D | distributed_parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/ |
H A D | parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_parcel_helper.h | 81 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ macro
|