Searched refs:SET_PROP (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h239 * The parameter format matches that of SET_PROP.
279 SET_PROP = 2, enumerator in enum:guestProp::eGuestFn
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1264 case SET_PROP:
1265 LogFlowFunc(("SET_PROP\n"));
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp383 * @param pcszFlags the flag string to set if one of the SET_PROP[_HOST]
385 * @param isHost whether the SET_PROP[_VALUE]_HOST commands should be
387 * @param useSetProp whether SET_PROP[_HOST] should be used rather than
404 command = SET_PROP;
427 * Test the SET_PROP, SET_PROP_VALUE, SET_PROP_HOST and SET_PROP_VALUE_HOST
434 RTTestISub("SET_PROP, _VALUE, _HOST, _VALUE_HOST");
447 /** Should we use SET_PROP or SET_PROP_VALUE? */
834 * Test the SET_PROP, SET_PROP_VALUE, SET_PROP_HOST and SET_PROP_VALUE_HOST
841 RTTestISub("global READONLYGUEST and SET_PROP*");
855 /** Should we use SET_PROP o
[all...]

Completed in 5530 milliseconds