Searched refs:systemApps (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/registrar/
H A DShutdownProcess.h79 bool systemApps);
80 void _QuitApps(AppInfoList& list, bool systemApps);
H A DTRoster.h75 AppInfoList& systemApps,
H A DShutdownProcess.cpp1438 ShutdownProcess::_WaitForApp(team_id team, AppInfoList* list, bool systemApps) argument
1460 if (systemApps) {
1486 ShutdownProcess::_QuitApps(AppInfoList& list, bool systemApps) argument
1489 (systemApps ? "system" : "user"));
1491 if (systemApps) {
1529 if (!systemApps && event == ABORT_EVENT) {
1579 bool appGone = _WaitForApp(team, &list, systemApps);
1585 if (!systemApps)
H A DTRoster.cpp1398 \param systemApps List of RosterAppInfos identifying the system applications
1406 TRoster::GetShutdownApps(AppInfoList& userApps, AppInfoList& systemApps, argument
1445 if (!systemApps.AddInfo(clonedInfo))
1474 systemApps.MakeEmpty(true);

Completed in 30 milliseconds