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

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h59 enum ePropFlags enum in namespace:guestProp
76 * @param fFlag the flag. Must be a value from the ePropFlags enumeration
102 * @param fFlag the flag. Must be a value from the ePropFlags enumeration
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp170 ePropFlags meGlobalFlags;
257 int checkPermission(ePropFlags eFlags, bool isGuest)
693 rc = checkPermission(pProp ? (ePropFlags)pProp->mFlags : NILFLAG, isGuest);
785 rc = checkPermission((ePropFlags)pProp->mFlags, isGuest);
1414 meGlobalFlags = (ePropFlags)eFlags;
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp817 static int doSetGlobalFlags(VBOXHGCMSVCFNTABLE *pTable, ePropFlags eFlags)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp5700 guestProp::ePropFlags eFlags)

Completed in 69 milliseconds