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

/vbox/src/VBox/Main/include/
H A DAutostartDb.h87 * @param fAutostart Flag whether the autostart or autostop database is modified.
90 int autostartModifyDb(bool fAutostart, bool fAddVM);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp101 BOOL fAutostart; local
102 CHECK_ERROR_BREAK(machines[i], COMGETTER(AutostartEnabled)(&fAutostart));
103 if (fAutostart)
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp34 * @param fAutostart Flag whether the autostart or autostop database is modified.
37 int AutostartDb::autostartModifyDb(bool fAutostart, bool fAddVM) argument
61 m_pszAutostartDbPath, pszUser, fAutostart ? "start" : "stop");
190 rc = autostartModifyDb(true /* fAutostart */, true /* fAddVM */);
210 rc = autostartModifyDb(true /* fAutostart */, false /* fAddVM */);
230 rc = autostartModifyDb(false /* fAutostart */, true /* fAddVM */);
250 rc = autostartModifyDb(false /* fAutostart */, false /* fAddVM */);

Completed in 51 milliseconds