Home
last modified time | relevance | path

Searched refs:PARCEL_READ_HELPER_RET (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dservice_characteristic_profile.cpp82 PARCEL_READ_HELPER_RET(parcel, String, serviceId_, false); in Unmarshalling()
83 PARCEL_READ_HELPER_RET(parcel, String, serviceType_, false); in Unmarshalling()
84 PARCEL_READ_HELPER_RET(parcel, String, characteristicProfileJson_, false); in Unmarshalling()
85 PARCEL_READ_HELPER_RET(parcel, String, serviceProfileJson_, false); in Unmarshalling()
H A Dprofile_change_notification.cpp78 PARCEL_READ_HELPER_RET(parcel, String, deviceId_, false); in Unmarshalling()
92 PARCEL_READ_HELPER_RET(parcel, String, key, false); in Unmarshalling()
93 PARCEL_READ_HELPER_RET(parcel, String, value, false); in Unmarshalling()
95 PARCEL_READ_HELPER_RET(parcel, Uint8, type, false); in Unmarshalling()
H A Dsync_options.cpp66 PARCEL_READ_HELPER_RET(parcel, Int32, mode, false); in Unmarshalling()
69 PARCEL_READ_HELPER_RET(parcel, Int32, size, false); in Unmarshalling()
75 PARCEL_READ_HELPER_RET(parcel, String, deviceId, false); in Unmarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp87 PARCEL_READ_HELPER_RET(data, Int32, version, nullptr); in FillSnapshot()
89 PARCEL_READ_HELPER_RET(data, Int32, orientation, nullptr); in FillSnapshot()
92 PARCEL_READ_HELPER_RET(data, Bool, reduced, nullptr); in FillSnapshot()
94 PARCEL_READ_HELPER_RET(data, Float, scale, nullptr); in FillSnapshot()
96 PARCEL_READ_HELPER_RET(data, Bool, isRealSnapshot, nullptr); in FillSnapshot()
98 PARCEL_READ_HELPER_RET(data, Int32, windowingMode, nullptr); in FillSnapshot()
100 PARCEL_READ_HELPER_RET(data, Int32, systemUiVisibility, nullptr); in FillSnapshot()
102 PARCEL_READ_HELPER_RET(data, Bool, isTranslucent, nullptr); in FillSnapshot()
107 PARCEL_READ_HELPER_RET(data, UInt8Vector, &icon, nullptr); in FillSnapshot()
111 PARCEL_READ_HELPER_RET(data, UInt8Vector, &secIcon, nullptr); in FillSnapshot()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/
H A Dparcel_helper.h60 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddistributed_parcel_helper.h61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/
H A Dparcel_helper.h61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dparcel_helper.h61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_parcel_helper.h61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_parcel_helper.h64 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1214 PARCEL_READ_HELPER_RET(data, Int32, uid, false); in CallerInfoUnmarshalling()
1216 PARCEL_READ_HELPER_RET(data, Int32, pid, false); in CallerInfoUnmarshalling()
1218 PARCEL_READ_HELPER_RET(data, Int32, callerType, false); in CallerInfoUnmarshalling()
1220 PARCEL_READ_HELPER_RET(data, String, sourceDeviceId, false); in CallerInfoUnmarshalling()
1223 PARCEL_READ_HELPER_RET(data, Int32, duid, false); in CallerInfoUnmarshalling()
1225 PARCEL_READ_HELPER_RET(data, String, callerAppId, false); in CallerInfoUnmarshalling()
1227 PARCEL_READ_HELPER_RET(data, Int32, version, false); in CallerInfoUnmarshalling()