Searched refs:GET_PROP_HOST (Results 1 - 4 of 4) sorted by relevance
/vbox/include/VBox/HostServices/ |
H A D | GuestPropertySvc.h | 236 GET_PROP_HOST = 2, enumerator in enum:guestProp::eHostFn
|
/vbox/src/VBox/HostServices/GuestProperties/testcase/ |
H A D | tstGuestPropSvc.cpp | 552 * Test the GET_PROP_HOST function. 558 RTTestISub("GET_PROP_HOST"); 560 /** Array of properties for testing GET_PROP_HOST. */ 602 int rc2 = pTable->pfnHostCall(pTable->pvService, GET_PROP_HOST, 4, aParms); 646 /** Array of properties for testing GET_PROP_HOST. */ 982 RTTestISub("GET_PROP_HOST buffer handling"); 1006 int rc = svcTable.pfnHostCall(svcTable.pvService, GET_PROP_HOST, RT_ELEMENTS(aParms), aParms); 1111 RTTESTI_CHECK_RC_BREAK(svcTable.pfnHostCall(svcTable.pvService, GET_PROP_HOST, 4, aParms), VINF_SUCCESS); 1126 RTTestIValue("GET_PROP_HOST Min", cNsMin, RTTESTUNIT_NS_PER_CALL); 1127 RTTestIValue("GET_PROP_HOST Av [all...] |
/vbox/src/VBox/HostServices/GuestProperties/ |
H A D | service.cpp | 1377 case GET_PROP_HOST: 1378 LogFlowFunc(("GET_PROP_HOST\n"));
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 5750 int vrc = m_pVMMDev->hgcmHostCall("VBoxGuestPropSvc", GET_PROP_HOST,
|
Completed in 4130 milliseconds