Searched refs:getUInt64 (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Dhgcmsvc.h123 int getUInt64 (uint64_t *u64) function in struct:VBOXHGCMSVCPARM
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp636 RTTESTI_CHECK_RC(rc2 = aParms[2].getUInt64(&u64Timestamp), VINF_SUCCESS);
719 || RT_FAILURE(aParms[1].getUInt64(&u64Timestamp))
772 || RT_FAILURE(g_AsyncNotification.aParms[1].getUInt64(&u64Timestamp))
/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp596 pSvcCbData->mpaParms[idx++].getUInt64(&dataCb.u.seek.uOffActual);
616 pSvcCbData->mpaParms[idx++].getUInt64(&dataCb.u.tell.uOffActual);
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1046 || RT_FAILURE(paParms[1].getUInt64(&u64Timestamp)) /* timestamp */

Completed in 2841 milliseconds