Lines Matching defs:reply
1227 MessageParcel reply;
1238 int32_t ErrCode = remote->SendRequest(funcCode, data, reply, option);
1240 bool isSuccess = reply.ReadInt32(ret) && (ret == UEC_OK);
1247 reply.ReadBool(IsGlobalDisabled);
1257 MessageParcel reply;
1268 int32_t ErrCode = remote->SendRequest(funcCode, data, reply, option);
1270 bool isSuccess = reply.ReadInt32(ret) && (ret == ERR_OK);
1277 reply.ReadInt32(stroageDisableType);
1292 MessageParcel reply;
1303 int32_t ErrCode = remote->SendRequest(funcCode, data, reply, option);
1305 bool isSuccess = reply.ReadInt32(ret) && (ret == ERR_OK);
1312 int32_t size = reply.ReadInt32();
1320 usbDeviceType.baseClass = reply.ReadInt32();
1321 usbDeviceType.subClass = reply.ReadInt32();
1322 usbDeviceType.protocol = reply.ReadInt32();
1323 usbDeviceType.isDeviceType = reply.ReadBool();
1334 MessageParcel reply;
1345 int32_t ErrCode = remote->SendRequest(funcCode, data, reply, option);
1347 bool IsSuccess = reply.ReadInt32(ret) && (ret == ERR_OK);
1354 int32_t size = reply.ReadInt32();
1362 usbDeviceId.vendorId = reply.ReadInt32();
1363 usbDeviceId.productId = reply.ReadInt32();