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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp255 * @param isGuest is the guest or the host trying to make the change?
257 int checkPermission(ePropFlags eFlags, bool isGuest) argument
259 if (eFlags & (isGuest ? RDONLYGUEST : RDONLYHOST))
261 if (isGuest && (meGlobalFlags & RDONLYGUEST))
374 int setProperty(uint32_t cParms, VBOXHGCMSVCPARM paParms[], bool isGuest);
375 int delProperty(uint32_t cParms, VBOXHGCMSVCPARM paParms[], bool isGuest);
638 * @param isGuest is this call coming from the guest (or the host)?
642 int Service::setProperty(uint32_t cParms, VBOXHGCMSVCPARM paParms[], bool isGuest) argument
693 rc = checkPermission(pProp ? (ePropFlags)pProp->mFlags : NILFLAG, isGuest);
734 // if (isGuest) /* Notif
756 delProperty(uint32_t cParms, VBOXHGCMSVCPARM paParms[], bool isGuest) argument
[all...]

Completed in 46 milliseconds