Home
last modified time | relevance | path

Searched refs:rosterPrivate (Results 1 – 6 of 6) sorted by relevance

/haiku/src/servers/power/
H A Dpower_button_monitor.cpp63 BRoster::Private rosterPrivate(roster); in HandleEvent() local
65 rosterPrivate.ShutDown(false, false, false); in HandleEvent()
/haiku/src/bin/
H A Dshutdown.cpp184 BRoster::Private rosterPrivate(roster); in main() local
185 status_t error = rosterPrivate.ShutDown(gReboot, askUser, !async); in main()
/haiku/src/apps/login/
H A DLoginApp.cpp94 BRoster::Private rosterPrivate(roster); in MessageReceived() local
95 status_t error = rosterPrivate.ShutDown(reboot, false, false); in MessageReceived()
/haiku/src/apps/deskbar/
H A DBarApp.cpp702 BRoster::Private rosterPrivate(roster); in MessageReceived() local
703 status_t error = rosterPrivate.ShutDown(reboot, confirm, false); in MessageReceived()
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp331 BRoster::Private rosterPrivate(roster); in MessageReceived() local
332 status_t error = rosterPrivate.ShutDown(true, false, false); in MessageReceived()
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp585 BRoster::Private rosterPrivate(roster); in MessageReceived() local
586 status_t status = rosterPrivate.IsShutDownInProgress( in MessageReceived()