Symbol: InfoFor
src/servers/registrar/AppInfoList.h
50
RosterAppInfo *InfoFor(const char *signature) const;
src/servers/registrar/AppInfoList.h
51
RosterAppInfo *InfoFor(team_id team) const;
src/servers/registrar/AppInfoList.h
52
RosterAppInfo *InfoFor(const entry_ref *ref) const;
src/servers/registrar/ShutdownProcess.cpp
1477
if (list != NULL && !list->InfoFor(team))
src/servers/registrar/ShutdownProcess.cpp
1591
if (RosterAppInfo* info = list.InfoFor(team)) {
src/servers/registrar/ShutdownProcess.cpp
1831
if (RosterAppInfo* info = list.InfoFor(team)) {
src/servers/registrar/ShutdownProcess.cpp
1848
RosterAppInfo* info = fUserApps.InfoFor(team);
src/servers/registrar/ShutdownProcess.cpp
1850
info = fSystemApps.InfoFor(team);
src/servers/registrar/ShutdownProcess.cpp
1852
fBackgroundApps.InfoFor(team);
src/servers/registrar/ShutdownProcess.cpp
802
info = fUserApps.InfoFor(team);
src/servers/registrar/ShutdownProcess.cpp
805
else if ((info = fSystemApps.InfoFor(team)))
src/servers/registrar/ShutdownProcess.cpp
807
else if ((info = fBackgroundApps.InfoFor(team)))
src/servers/registrar/TRoster.cpp
1404
= fRegisteredApps.InfoFor("application/x-vnd.haiku-app_server");
src/servers/registrar/TRoster.cpp
1409
info = fRegisteredApps.InfoFor("application/x-vnd.haiku-debug_server");
src/servers/registrar/TRoster.cpp
1442
info = fRegisteredApps.InfoFor("application/x-vnd.Be-input_server");
src/servers/registrar/TRoster.cpp
1834
RosterAppInfo* info = fRegisteredApps.InfoFor(&ref);
src/servers/registrar/TRoster.cpp
1836
info = fRegisteredApps.InfoFor(signature);
src/servers/registrar/TRoster.cpp
214
&& ((info = fRegisteredApps.InfoFor(&ref)) != NULL
src/servers/registrar/TRoster.cpp
215
|| (info = fEarlyPreRegisteredApps.InfoFor(&ref)) != NULL)) {
src/servers/registrar/TRoster.cpp
227
&& (((info = fRegisteredApps.InfoFor(signature)))
src/servers/registrar/TRoster.cpp
228
|| ((info = fEarlyPreRegisteredApps.InfoFor(signature))))) {
src/servers/registrar/TRoster.cpp
240
} else if (fRegisteredApps.InfoFor(team))
src/servers/registrar/TRoster.cpp
342
RosterAppInfo* info = fRegisteredApps.InfoFor(team);
src/servers/registrar/TRoster.cpp
405
if ((info = fRegisteredApps.InfoFor(team)) != NULL) {
src/servers/registrar/TRoster.cpp
416
&& (info = fEarlyPreRegisteredApps.InfoFor(&ref)) != NULL) {
src/servers/registrar/TRoster.cpp
494
if (RosterAppInfo* info = fRegisteredApps.InfoFor(team)) {
src/servers/registrar/TRoster.cpp
630
if (RosterAppInfo* info = fRegisteredApps.InfoFor(team))
src/servers/registrar/TRoster.cpp
686
info = fRegisteredApps.InfoFor(team);
src/servers/registrar/TRoster.cpp
690
info = fRegisteredApps.InfoFor(&ref);
src/servers/registrar/TRoster.cpp
694
info = fRegisteredApps.InfoFor(signature);
src/servers/registrar/TRoster.cpp
775
if (RosterAppInfo* info = fRegisteredApps.InfoFor(team))