Searched refs:rosterPrivate (Results 1 – 6 of 6) sorted by relevance
/haiku/src/servers/power/ |
H A D | power_button_monitor.cpp | 63 BRoster::Private rosterPrivate(roster); in HandleEvent() local 65 rosterPrivate.ShutDown(false, false, false); in HandleEvent()
|
/haiku/src/bin/ |
H A D | shutdown.cpp | 184 BRoster::Private rosterPrivate(roster); in main() local 185 status_t error = rosterPrivate.ShutDown(gReboot, askUser, !async); in main()
|
/haiku/src/apps/login/ |
H A D | LoginApp.cpp | 94 BRoster::Private rosterPrivate(roster); in MessageReceived() local 95 status_t error = rosterPrivate.ShutDown(reboot, false, false); in MessageReceived()
|
/haiku/src/apps/deskbar/ |
H A D | BarApp.cpp | 702 BRoster::Private rosterPrivate(roster); in MessageReceived() local 703 status_t error = rosterPrivate.ShutDown(reboot, confirm, false); in MessageReceived()
|
/haiku/src/apps/softwareupdater/ |
H A D | SoftwareUpdaterWindow.cpp | 331 BRoster::Private rosterPrivate(roster); in MessageReceived() local 332 status_t error = rosterPrivate.ShutDown(true, false, false); in MessageReceived()
|
/haiku/src/servers/launch/ |
H A D | LaunchDaemon.cpp | 585 BRoster::Private rosterPrivate(roster); in MessageReceived() local 586 status_t status = rosterPrivate.IsShutDownInProgress( in MessageReceived()
|