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

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h256 ENUM_PROPS_HOST = 6, enumerator in enum:guestProp::eHostFn
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp319 * Test the ENUM_PROPS_HOST function.
325 RTTestISub("ENUM_PROPS_HOST");
338 int rc2 = ptable->pfnHostCall(ptable->pvService, ENUM_PROPS_HOST, 3, aParms);
348 RTTestIFailed("ENUM_PROPS_HOST returned %Rrc instead of VERR_BUFFER_OVERFLOW on too small buffer, pattern number %d.", rc2, i);
354 rc2 = ptable->pfnHostCall(ptable->pvService, ENUM_PROPS_HOST, 3, aParms);
368 RTTestIFailed("ENUM_PROPS_HOST did not produce the expected output for pattern %d.", i);
372 RTTestIFailed("ENUM_PROPS_HOST returned %Rrc instead of VINF_SUCCESS, pattern number %d.", rc2, i);
1018 RTTestISub("ENUM_PROPS_HOST buffer handling");
1042 int rc2 = svcTable.pfnHostCall(svcTable.pvService, ENUM_PROPS_HOST, RT_ELEMENTS(aParms), aParms);
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1401 case ENUM_PROPS_HOST:
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1823 vrc = m_pVMMDev->hgcmHostCall("VBoxGuestPropSvc", ENUM_PROPS_HOST, 3,

Completed in 473 milliseconds