Symbol: AppInfoList
src/servers/registrar/AppInfoList.cpp
116
AppInfoList::InfoFor(const char *signature) const
src/servers/registrar/AppInfoList.cpp
128
AppInfoList::InfoFor(team_id team) const
src/servers/registrar/AppInfoList.cpp
145
AppInfoList::InfoFor(const entry_ref *ref) const
src/servers/registrar/AppInfoList.cpp
161
AppInfoList::InfoForToken(uint32 token) const
src/servers/registrar/AppInfoList.cpp
171
AppInfoList::CountInfos() const
src/servers/registrar/AppInfoList.cpp
180
AppInfoList::Iterator
src/servers/registrar/AppInfoList.cpp
181
AppInfoList::It()
src/servers/registrar/AppInfoList.cpp
192
AppInfoList::Sort(
src/servers/registrar/AppInfoList.cpp
209
AppInfoList::RemoveInfo(int32 index)
src/servers/registrar/AppInfoList.cpp
221
AppInfoList::InfoAt(int32 index) const
src/servers/registrar/AppInfoList.cpp
233
AppInfoList::IndexOf(RosterAppInfo *info) const
src/servers/registrar/AppInfoList.cpp
250
AppInfoList::IndexOf(const char *signature) const
src/servers/registrar/AppInfoList.cpp
270
AppInfoList::IndexOf(team_id team) const
src/servers/registrar/AppInfoList.cpp
291
AppInfoList::IndexOf(const entry_ref *ref) const
src/servers/registrar/AppInfoList.cpp
317
AppInfoList::IndexOfToken(uint32 token) const
src/servers/registrar/AppInfoList.cpp
48
AppInfoList::AppInfoList()
src/servers/registrar/AppInfoList.cpp
58
AppInfoList::~AppInfoList()
src/servers/registrar/AppInfoList.cpp
71
AppInfoList::AddInfo(RosterAppInfo *info)
src/servers/registrar/AppInfoList.cpp
85
AppInfoList::RemoveInfo(RosterAppInfo *info)
src/servers/registrar/AppInfoList.cpp
94
AppInfoList::MakeEmpty(bool deleteInfos)
src/servers/registrar/AppInfoList.h
151
friend class AppInfoList;
src/servers/registrar/AppInfoList.h
154
inline Iterator(AppInfoList *list, int32 index = 0)
src/servers/registrar/AppInfoList.h
162
AppInfoList *fList;
src/servers/registrar/AppInfoList.h
38
class AppInfoList {
src/servers/registrar/AppInfoList.h
43
AppInfoList();
src/servers/registrar/AppInfoList.h
44
virtual ~AppInfoList();
src/servers/registrar/AppInfoList.h
81
class AppInfoList::Iterator {
src/servers/registrar/AppInfoListMessagingTargetSet.cpp
14
AppInfoList &list, bool skipRegistrar)
src/servers/registrar/AppInfoListMessagingTargetSet.h
19
AppInfoListMessagingTargetSet(AppInfoList &list,
src/servers/registrar/AppInfoListMessagingTargetSet.h
32
AppInfoList &fList;
src/servers/registrar/AppInfoListMessagingTargetSet.h
33
AppInfoList::Iterator fIterator;
src/servers/registrar/ShutdownProcess.cpp
1034
ShutdownProcess::_AddShutdownWindowApps(AppInfoList& infos)
src/servers/registrar/ShutdownProcess.cpp
1039
for (AppInfoList::Iterator it = infos.It(); it.IsValid(); ++it) {
src/servers/registrar/ShutdownProcess.cpp
1438
ShutdownProcess::_WaitForApp(team_id team, AppInfoList* list, bool systemApps)
src/servers/registrar/ShutdownProcess.cpp
1486
ShutdownProcess::_QuitApps(AppInfoList& list, bool systemApps)
src/servers/registrar/ShutdownProcess.cpp
1689
AppInfoList& list = fBackgroundApps;
src/servers/registrar/ShutdownProcess.cpp
1752
ShutdownProcess::_QuitBlockingApp(AppInfoList& list, team_id team,
src/servers/registrar/ShutdownProcess.h
108
AppInfoList fSystemApps;
src/servers/registrar/ShutdownProcess.h
109
AppInfoList fUserApps;
src/servers/registrar/ShutdownProcess.h
110
AppInfoList fBackgroundApps;
src/servers/registrar/ShutdownProcess.h
61
void _AddShutdownWindowApps(AppInfoList& infos);
src/servers/registrar/ShutdownProcess.h
78
bool _WaitForApp(team_id team, AppInfoList* list,
src/servers/registrar/ShutdownProcess.h
80
void _QuitApps(AppInfoList& list, bool systemApps);
src/servers/registrar/ShutdownProcess.h
85
void _QuitBlockingApp(AppInfoList& list, team_id team,
src/servers/registrar/TRoster.cpp
1315
AppInfoList obsoleteApps;
src/servers/registrar/TRoster.cpp
1316
for (AppInfoList::Iterator it = fRegisteredApps.It(); it.IsValid(); ++it) {
src/servers/registrar/TRoster.cpp
1322
for (AppInfoList::Iterator it = obsoleteApps.It(); it.IsValid(); ++it) {
src/servers/registrar/TRoster.cpp
1331
for (AppInfoList::Iterator it = fEarlyPreRegisteredApps.It();
src/servers/registrar/TRoster.cpp
1339
for (AppInfoList::Iterator it = obsoleteApps.It(); it.IsValid(); ++it) {
src/servers/registrar/TRoster.cpp
1381
TRoster::GetShutdownApps(AppInfoList& userApps, AppInfoList& systemApps,
src/servers/registrar/TRoster.cpp
1382
AppInfoList& backgroundApps, HashSet<HashKey32<team_id> >& vitalSystemApps)
src/servers/registrar/TRoster.cpp
1414
for (AppInfoList::Iterator it(fRegisteredApps.It());
src/servers/registrar/TRoster.cpp
1457
TRoster::AddAppInfo(AppInfoList& apps, team_id team)
src/servers/registrar/TRoster.cpp
1461
for (AppInfoList::Iterator it(fRegisteredApps.It());
src/servers/registrar/TRoster.cpp
739
for (AppInfoList::Iterator it(fRegisteredApps.It());
src/servers/registrar/TRoster.cpp
837
BroadcastMessagingTargetSet(AppInfoList& list, team_id team)
src/servers/registrar/TRoster.h
116
AppInfoList fRegisteredApps;
src/servers/registrar/TRoster.h
117
AppInfoList fEarlyPreRegisteredApps;
src/servers/registrar/TRoster.h
74
status_t GetShutdownApps(AppInfoList& userApps,
src/servers/registrar/TRoster.h
75
AppInfoList& systemApps,
src/servers/registrar/TRoster.h
76
AppInfoList& backgroundApps,
src/servers/registrar/TRoster.h
78
status_t AddAppInfo(AppInfoList& apps, team_id team);