Home
last modified time | relevance | path

Searched refs:PARCEL_WRITE_HELPER (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp58 PARCEL_WRITE_HELPER(data, Parcelable, &want); in StartRemoteAbility()
59 PARCEL_WRITE_HELPER(data, Int32, callerUid); in StartRemoteAbility()
60 PARCEL_WRITE_HELPER(data, Int32, requestCode); in StartRemoteAbility()
61 PARCEL_WRITE_HELPER(data, Uint32, accessToken); in StartRemoteAbility()
81 PARCEL_WRITE_HELPER(data, Parcelable, &dstbWant); in StartAbilityFromRemote()
84 PARCEL_WRITE_HELPER(data, Parcelable, &compatibleAbilityInfo); in StartAbilityFromRemote()
85 PARCEL_WRITE_HELPER(data, Int32, requestCode); in StartAbilityFromRemote()
86 PARCEL_WRITE_HELPER(data, Int32, callerInfo.uid); in StartAbilityFromRemote()
87 PARCEL_WRITE_HELPER(data, String, callerInfo.sourceDeviceId); in StartAbilityFromRemote()
88 PARCEL_WRITE_HELPER(dat in StartAbilityFromRemote()
[all...]
H A Ddistributed_sched_stub.cpp400 PARCEL_WRITE_HELPER(reply, Int32, result); in StartAbilityFromRemoteInner()
402 PARCEL_WRITE_HELPER(reply, Int64, end - begin); in StartAbilityFromRemoteInner()
403 PARCEL_WRITE_HELPER(reply, String, package); in StartAbilityFromRemoteInner()
404 PARCEL_WRITE_HELPER(reply, String, deviceId); in StartAbilityFromRemoteInner()
515 PARCEL_WRITE_HELPER(reply, Int32, result); in SendResultFromRemoteInner()
517 PARCEL_WRITE_HELPER(reply, Int64, end - begin); in SendResultFromRemoteInner()
850 PARCEL_WRITE_HELPER(reply, Int32, result); in ConnectAbilityFromRemoteInner()
851 PARCEL_WRITE_HELPER(reply, Int64, end - begin); in ConnectAbilityFromRemoteInner()
852 PARCEL_WRITE_HELPER(reply, String, package); in ConnectAbilityFromRemoteInner()
853 PARCEL_WRITE_HELPER(repl in ConnectAbilityFromRemoteInner()
[all...]
H A Ddistributed_sched_service.cpp2688 PARCEL_WRITE_HELPER(data, Parcelable, &element); in NotifyApp()
2689 PARCEL_WRITE_HELPER(data, Int32, errCode); in NotifyApp()
3528 PARCEL_WRITE_HELPER(data, Parcelable, &element); in NotifyStateChangedFromRemote()
3529 PARCEL_WRITE_HELPER(data, Int32, abilityState); in NotifyStateChangedFromRemote()
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp52 PARCEL_WRITE_HELPER(data, Parcelable, &want); in StartRemoteAbility()
53 PARCEL_WRITE_HELPER(data, Int32, callerUid); in StartRemoteAbility()
54 PARCEL_WRITE_HELPER(data, Int32, requestCode); in StartRemoteAbility()
55 PARCEL_WRITE_HELPER(data, Uint32, accessToken); in StartRemoteAbility()
97 PARCEL_WRITE_HELPER(data, RemoteObject, connect); in DisconnectRemoteAbility()
98 PARCEL_WRITE_HELPER(data, Int32, callerUid); in DisconnectRemoteAbility()
99 PARCEL_WRITE_HELPER(data, Uint32, accessToken); in DisconnectRemoteAbility()
120 PARCEL_WRITE_HELPER(data, String, srcDeviceId); in ContinueMission()
121 PARCEL_WRITE_HELPER(data, String, dstDeviceId); in ContinueMission()
122 PARCEL_WRITE_HELPER(dat in ContinueMission()
[all...]
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_proxy.cpp43 PARCEL_WRITE_HELPER(data, Int32, VALUE_NULL); in Register()
45 PARCEL_WRITE_HELPER(data, Int32, VALUE_OBJECT); in Register()
46 PARCEL_WRITE_HELPER(data, Parcelable, continuationExtraParams.get()); in Register()
77 PARCEL_WRITE_HELPER(data, Int32, token); in Unregister()
104 PARCEL_WRITE_HELPER(data, Int32, token); in RegisterDeviceSelectionCallback()
105 PARCEL_WRITE_HELPER(data, String, cbType); in RegisterDeviceSelectionCallback()
106 PARCEL_WRITE_HELPER(data, RemoteObject, notifier); in RegisterDeviceSelectionCallback()
128 PARCEL_WRITE_HELPER(data, Int32, token); in UnregisterDeviceSelectionCallback()
129 PARCEL_WRITE_HELPER(data, String, cbType); in UnregisterDeviceSelectionCallback()
148 PARCEL_WRITE_HELPER(dat in UpdateConnectStatus()
[all...]
H A Ddistributed_ability_manager_stub.cpp108 PARCEL_WRITE_HELPER(reply, Int32, result); in RegisterInner()
109 PARCEL_WRITE_HELPER(reply, Int32, token); in RegisterInner()
119 PARCEL_WRITE_HELPER(reply, Int32, result); in UnregisterInner()
140 PARCEL_WRITE_HELPER(reply, Int32, result); in RegisterDeviceSelectionCallbackInner()
157 PARCEL_WRITE_HELPER(reply, Int32, result); in UnregisterDeviceSelectionCallbackInner()
170 PARCEL_WRITE_HELPER(reply, Int32, result); in UpdateConnectStatusInner()
191 PARCEL_WRITE_HELPER(reply, Int32, result); in StartDeviceManagerInner()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp65 PARCEL_WRITE_HELPER(data, String, udid); in GetDeviceProfile()
66 PARCEL_WRITE_HELPER(data, String, serviceId); in GetDeviceProfile()
92 PARCEL_WRITE_HELPER(data, String, serviceId); in DeleteDeviceProfile()
110 PARCEL_WRITE_HELPER(data, Uint32, static_cast<uint32_t>(size)); in SubscribeProfileEvents()
117 PARCEL_WRITE_HELPER(data, RemoteObject, profileEventNotifier); in SubscribeProfileEvents()
150 PARCEL_WRITE_HELPER(data, RemoteObject, profileEventNotifier); in UnsubscribeProfileEvents()
183 PARCEL_WRITE_HELPER(data, RemoteObject, profileEventNotifier); in SyncDeviceProfile()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp59 PARCEL_WRITE_HELPER(data, Uint8, type); in RegisterDSchedEventListener()
64 PARCEL_WRITE_HELPER(data, RemoteObject, obj->AsObject()); in RegisterDSchedEventListener()
84 PARCEL_WRITE_HELPER(data, Uint8, type); in UnRegisterDSchedEventListener()
89 PARCEL_WRITE_HELPER(data, RemoteObject, obj->AsObject()); in UnRegisterDSchedEventListener()
155 PARCEL_WRITE_HELPER(data, Uint32, type); in GetDSchedEventInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp90 PARCEL_WRITE_HELPER(data, String16, Str8ToStr16(deviceId)); in GetMissionInfos()
91 PARCEL_WRITE_HELPER(data, Int32, numMissions); in GetMissionInfos()
116 PARCEL_WRITE_HELPER(data, String, deviceId); in GetRemoteMissionSnapshotInfo()
117 PARCEL_WRITE_HELPER(data, Int32, missionId); in GetRemoteMissionSnapshotInfo()
178 PARCEL_WRITE_HELPER(data, Int32, missionId); in SetMissionContinueState()
179 PARCEL_WRITE_HELPER(data, Int32, static_cast<int32_t>(state)); in SetMissionContinueState()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dparcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddistributed_parcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/
H A Dparcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_parcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/deviceprofile/device_info_manager/old/common/include/
H A Dparcel_helper.h24 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_parcel_helper.h28 #define PARCEL_WRITE_HELPER(parcel, type, value) \ macro
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp78 PARCEL_WRITE_HELPER(dataParcel, Parcelable, &want); in StartRemoteAbilityInnerFuzzTest()
79 PARCEL_WRITE_HELPER(dataParcel, Int32, int32Data); in StartRemoteAbilityInnerFuzzTest()
80 PARCEL_WRITE_HELPER(dataParcel, Int32, int32Data); in StartRemoteAbilityInnerFuzzTest()
81 PARCEL_WRITE_HELPER(dataParcel, Uint32, uint32Data); in StartRemoteAbilityInnerFuzzTest()

Completed in 15 milliseconds