Lines Matching defs:data
30 int WindowStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option)
33 WLOGFE("Main thread finished, static data has been destroyed");
36 if (data.ReadInterfaceToken() != GetDescriptor()) {
47 if (!data.ReadInt32(posX) || !data.ReadInt32(posY) || !data.ReadUint32(width) || !data.ReadUint32(height)) {
53 if (!data.ReadBool(decoStatus)) {
58 if (!data.ReadUint32(changeReason)) {
69 if (!data.ReadBool(hasRSTransaction)) {
74 auto rsTransaction = data.ReadParcelable<RSTransaction>();
88 if (!data.ReadUint32(windowMode)) {
98 if (!data.ReadUint32(modeSupportInfo)) {
106 bool focused = data.ReadBool();
111 sptr<AvoidArea> avoidArea = data.ReadStrongParcelable<AvoidArea>();
116 if (!data.ReadUint32(type) ||
126 if (!data.ReadUint32(state)) {
135 if (!data.ReadInt32(point.x) || !data.ReadInt32(point.y)) {
139 if (!data.ReadUint32(eventType) || eventType > static_cast<uint32_t>(DragEvent::DRAG_EVENT_END)) {
149 if (!data.ReadUint64(from) || !data.ReadUint64(to)) {
157 sptr<OccupiedAreaChangeInfo> info = data.ReadParcelable<OccupiedAreaChangeInfo>();
162 bool hasRSTransaction = data.ReadBool();
164 auto rsTransaction = data.ReadParcelable<RSTransaction>();
177 sptr<OccupiedAreaChangeInfo> info = data.ReadParcelable<OccupiedAreaChangeInfo>();
186 if (!data.ReadInt32(posX) || !data.ReadInt32(posY) ||
187 !data.ReadUint32(width) || !data.ReadUint32(height)) {
193 if (!data.ReadBool(hasRSTransaction)) {
198 auto rsTransaction = data.ReadParcelable<RSTransaction>();
211 bool isActive = data.ReadBool();
242 if (!data.ReadStringVector(¶ms)) {
251 if (!pointerEvent || !pointerEvent->ReadFromParcel(data)) {
260 trans.Unmarshalling(data);
261 bool isDisplayZoomOn = data.ReadBool();
267 if (!data.ReadUint32(splitWindowMode)) {
276 if (!event || !event->ReadFromParcel(data)) {
284 bool interactive = data.ReadBool();
290 return IPCObjectStub::OnRemoteRequest(code, data, reply, option);