Searched defs:useSetProp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp387 * @param useSetProp whether SET_PROP[_HOST] should be used rather than
392 bool useSetProp)
398 if (useSetProp)
403 else if (useSetProp)
419 useSetProp ? 3 : 2, aParms);
422 useSetProp ? 3 : 2, aParms);
448 bool useSetProp; member in struct:__anon16433
471 s_aSetProperties[i].useSetProp);
856 bool useSetProp; member in struct:__anon16437
883 s_aSetPropertiesROGuest[i].useSetProp);
390 doSetProperty(VBOXHGCMSVCFNTABLE *pTable, const char *pcszName, const char *pcszValue, const char *pcszFlags, bool isHost, bool useSetProp) argument
[all...]

Completed in 34 milliseconds