/base/msdp/device_status/utils/common/src/ |
H A D | drag_data_packer.cpp | 40 WRITEINT32(data, dragData.sourceType, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 41 WRITEINT32(data, dragData.dragNum, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 42 WRITEINT32(data, dragData.pointerId, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 43 WRITEINT32(data, dragData.displayX, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 44 WRITEINT32(data, dragData.displayY, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 45 WRITEINT32(data, dragData.displayId, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 46 WRITEINT32(data, dragData.mainWindow, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in Marshalling() 113 WRITEINT32(data, shadowNum, ERR_INVALID_VALUE); in Marshalling() 163 WRITEINT32(data, shadowInfo.x, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in PackUpShadowInfo() 164 WRITEINT32(dat in PackUpShadowInfo() [all...] |
H A D | preview_style_packer.cpp | 37 WRITEINT32(data, previewStyle.opacity, ERR_INVALID_VALUE); in Marshalling() 59 WRITEINT32(data, previewAnimation.duration, ERR_INVALID_VALUE); in Marshalling()
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_callback_proxy.cpp | 46 WRITEINT32(data, static_cast<int32_t>(devicestatusData.type)); in OnDeviceStatusChanged() 47 WRITEINT32(data, static_cast<int32_t>(devicestatusData.value)); in OnDeviceStatusChanged()
|
/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 53 WRITEINT32(data, type); in Subscribe() 54 WRITEINT32(data, event); in Subscribe() 55 WRITEINT32(data, latency); in Subscribe() 83 WRITEINT32(data, type); in Unsubscribe() 84 WRITEINT32(data, event); in Unsubscribe() 112 WRITEINT32(data, type, devicestatusData); in GetCache() 193 WRITEINT32(data, userData, ERR_INVALID_VALUE); in PrepareCoordination() 220 WRITEINT32(data, userData, ERR_INVALID_VALUE); in UnprepareCoordination() 248 WRITEINT32(data, userData, ERR_INVALID_VALUE); in ActivateCoordination() 250 WRITEINT32(dat in ActivateCoordination() [all...] |
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_proxy.cpp | 47 WRITEINT32(data, sensorId, WRITE_PARCEL_ERR); in EnableSensor() 73 WRITEINT32(data, sensorId, WRITE_PARCEL_ERR); in DisableSensor() 192 WRITEINT32(data, pid, WRITE_PARCEL_ERR); in SuspendSensors() 212 WRITEINT32(data, pid, WRITE_PARCEL_ERR); in ResumeSensors() 232 WRITEINT32(data, pid, WRITE_PARCEL_ERR); in GetActiveInfoList()
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_parcel.h | 31 #define WRITEINT32(parcel, data, ...) \ macro
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 332 WRITEINT32(reply, devicestatusData.type, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in GetLatestDeviceStatusDataStub() 333 WRITEINT32(reply, devicestatusData.value, E_DEVICESTATUS_WRITE_PARCEL_ERROR); in GetLatestDeviceStatusDataStub() 607 WRITEINT32(reply, pid, IPC_STUB_WRITE_PARCEL_ERR); in GetDragTargetPidStub() 657 WRITEINT32(reply, tokenType, IPC_STUB_WRITE_PARCEL_ERR); in HandleAllocSocketFdStub() 681 WRITEINT32(reply, ret, IPC_STUB_WRITE_PARCEL_ERR); in StartDragStub() 714 WRITEINT32(reply, ret, IPC_STUB_WRITE_PARCEL_ERR); in StopDragStub() 803 WRITEINT32(reply, ret, IPC_STUB_WRITE_PARCEL_ERR); in GetDragDataStub() 839 WRITEINT32(reply, dragStateTmp, ERR_INVALID_VALUE); in GetDragStateStub() 914 WRITEINT32(reply, static_cast<int32_t>(dragAction), IPC_STUB_WRITE_PARCEL_ERR); in GetDragActionStub()
|
/base/msdp/device_status/utils/common/include/ |
H A D | devicestatus_common.h | 46 #define WRITEINT32(parcel, data, ...) \ macro
|