/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | service_characteristic_profile.cpp | 82 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 D | profile_change_notification.cpp | 78 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 D | sync_options.cpp | 66 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 D | snapshot.cpp | 87 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 D | parcel_helper.h | 60 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/ |
H A D | distributed_parcel_helper.h | 61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/ |
H A D | parcel_helper.h | 61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | parcel_helper.h | 61 #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 D | distributed_parcel_helper.h | 61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_parcel_helper.h | 64 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ macro
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 1214 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()
|