Lines Matching refs:readInt32
63 status = reply.readInt32();
65 *priority = static_cast<uint8_t>(reply.readInt32());
80 status = reply.readInt32();
93 status = reply.readInt32();
118 status = reply.readInt32();
132 status = reply.readInt32();
150 status = reply.readInt32();
163 status = reply.readInt32();
180 status = reply.readInt32();
193 status = reply.readInt32();
195 *interval = reply.readInt32();
210 status = reply.readInt32();
223 status = reply.readInt32();
225 *interval = reply.readInt32();
240 status = reply.readInt32();
253 status = reply.readInt32();
255 *threshold = reply.readInt32();
270 status = reply.readInt32();
283 status = reply.readInt32();
285 *autoDisable = (0 != reply.readInt32());
301 status = reply.readInt32();
315 status = reply.readInt32();
342 uint8_t priority = static_cast<uint8_t>(data.readInt32());
369 int hasAddr = data.readInt32();
435 int interval = data.readInt32();
454 int interval = data.readInt32();
473 int threshold = data.readInt32();
492 bool autoDisable = (0 != data.readInt32());