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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dclipboard.cpp285 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
H A Dhostversion.cpp127 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
139 if (fDaemonised)
H A Dseamless.cpp376 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
H A Ddisplay.cpp367 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
H A Ddraganddrop.cpp455 int run(bool fDaemonised = false);
2046 int DragAndDropService::run(bool fDaemonised /* = false */)
2048 LogFlowThisFunc(("fDaemonised=%RTbool\n", fDaemonised));
2405 static int run(struct VBCLSERVICE **ppInterface, bool fDaemonised) argument
2411 return pSelf->mDragAndDrop.run(fDaemonised);

Completed in 43 milliseconds