Searched refs:getUInt32 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp283 paParms[0].getUInt32(&data.uAction); /* Get drop action. */
319 paParms[0].getUInt32(&data.uDefAction);
320 paParms[1].getUInt32(&data.uAllActions);
340 paParms[1].getUInt32(&data.cbTotalSize);
360 paParms[1].getUInt32(&data.cbPath);
361 paParms[2].getUInt32(&data.fMode);
387 paParms[1].getUInt32(&data.cbFilePath);
390 paParms[4].getUInt32(&data.fMode);
412 paParms[0].getUInt32(&rcOp);
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp98 int rc = pSvcCb->mpaParms[0].getUInt32(&uContextID);
264 pSvcCb->mpaParms[1].getUInt32(&dataCb.uPID);
265 pSvcCb->mpaParms[2].getUInt32(&dataCb.uStatus);
266 pSvcCb->mpaParms[3].getUInt32(&dataCb.uFlags);
H A DGuestDirectoryImpl.cpp189 pSvcCb->mpaParms[idx++].getUInt32(&dataCb.uType);
190 pSvcCb->mpaParms[idx++].getUInt32(&dataCb.rc);
H A DGuestProcessImpl.cpp595 int vrc = pSvcCbData->mpaParms[1].getUInt32(&dataCb.uPID);
597 vrc = pSvcCbData->mpaParms[2].getUInt32(&dataCb.uStatus);
599 vrc = pSvcCbData->mpaParms[3].getUInt32(&dataCb.uFlags);
601 vrc = pSvcCbData->mpaParms[4].getUInt32(&dataCb.uProcessed);
669 int vrc = pSvcCbData->mpaParms[1].getUInt32(&dataCb.uPID);
671 vrc = pSvcCbData->mpaParms[2].getUInt32(&dataCb.uStatus);
673 vrc = pSvcCbData->mpaParms[3].getUInt32(&dataCb.uFlags);
778 int vrc = pSvcCbData->mpaParms[1].getUInt32(&dataCb.uPID);
780 vrc = pSvcCbData->mpaParms[2].getUInt32(&dataCb.uHandle);
782 vrc = pSvcCbData->mpaParms[3].getUInt32(
[all...]
H A DGuestFileImpl.cpp480 pSvcCbData->mpaParms[idx++].getUInt32(&dataCb.uType);
481 pSvcCbData->mpaParms[idx++].getUInt32(&dataCb.rc);
515 pSvcCbData->mpaParms[idx++].getUInt32(&dataCb.u.open.uHandle);
575 pSvcCbData->mpaParms[idx++].getUInt32(&dataCb.u.write.cbWritten);
H A DGuestCtrlPrivate.cpp899 vrc = pSvcCb->mpaParms[idx++].getUInt32(&dataCb.uType);
901 vrc = pSvcCb->mpaParms[idx++].getUInt32(&dataCb.rc);
H A DGuestSessionImpl.cpp1537 int vrc = pSvcCbData->mpaParms[1].getUInt32(&dataCb.uType);
1539 vrc = pSvcCbData->mpaParms[2].getUInt32(&dataCb.uResult);
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp229 rc = mpParms[0].getUInt32(&mContextID);
1184 int rc = paParms[0].getUInt32(&uValue);
1186 rc = paParms[1].getUInt32(&uMaskAdd);
1188 rc = paParms[2].getUInt32(&uMaskRemove);
1565 int rc = paParms[0].getUInt32(&uContextID);
1567 rc = paParms[1].getUInt32(&uFlags);
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp342 RTTESTI_CHECK_RC(rc2 = aParms[2].getUInt32(&cbNeeded), VINF_SUCCESS);
623 RTTESTI_CHECK_RC(rc2 = aParms[3].getUInt32(&u32ValueLen), VINF_SUCCESS);
693 || RT_FAILURE(aParms[3].getUInt32(&cbRetNeeded))
720 || RT_FAILURE(aParms[3].getUInt32(&cbRetNeeded))
773 || RT_FAILURE(g_AsyncNotification.aParms[3].getUInt32(&u32Size))
/vbox/include/VBox/
H A Dhgcmsvc.h111 int getUInt32 (uint32_t *u32) function in struct:VBOXHGCMSVCPARM
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1412 rc = paParms[0].getUInt32(&eFlags);

Completed in 900 milliseconds