Lines Matching refs:TRoster

7 /*!	TRoster is the incarnation of The Roster. It manages the running
12 #include "TRoster.h"
48 /*! \class TRoster
126 TRoster::TRoster()
148 TRoster::~TRoster()
157 TRoster::HandleAddApplication(BMessage* request)
308 TRoster::HandleCompleteRegistration(BMessage* request)
372 TRoster::HandleIsAppRegistered(BMessage* request)
442 TRoster::HandleRemovePreRegApp(BMessage* request)
480 TRoster::HandleRemoveApp(BMessage* request)
518 TRoster::HandleSetThreadAndTeam(BMessage* request)
614 TRoster::HandleSetSignature(BMessage* request)
653 TRoster::HandleGetAppInfo(BMessage* request)
725 TRoster::HandleGetAppList(BMessage* request)
761 TRoster::HandleUpdateActiveApp(BMessage* request)
801 TRoster::HandleBroadcast(BMessage* request)
870 TRoster::HandleStartWatching(BMessage* request)
913 TRoster::HandleStopWatching(BMessage* request)
947 TRoster::HandleGetRecentDocuments(BMessage* request)
963 TRoster::HandleGetRecentFolders(BMessage* request)
979 TRoster::HandleGetRecentApps(BMessage* request)
986 D(PRINT("WARNING: TRoster::HandleGetRecentApps(NULL) called\n"));
1007 TRoster::HandleAddToRecentDocuments(BMessage* request)
1014 D(PRINT("WARNING: TRoster::HandleAddToRecentDocuments(NULL) called\n"));
1038 TRoster::HandleAddToRecentFolders(BMessage* request)
1045 D(PRINT("WARNING: TRoster::HandleAddToRecentFolders(NULL) called\n"));
1069 TRoster::HandleAddToRecentApps(BMessage* request)
1076 D(PRINT("WARNING: TRoster::HandleAddToRecentApps(NULL) called\n"));
1094 TRoster::HandleLoadRecentLists(BMessage* request)
1101 D(PRINT("WARNING: TRoster::HandleLoadRecentLists(NULL) called\n"));
1119 TRoster::HandleSaveRecentLists(BMessage* request)
1126 D(PRINT("WARNING: TRoster::HandleSaveRecentLists(NULL) called\n"));
1144 TRoster::HandleRestartAppServer(BMessage* request)
1185 TRoster::ClearRecentDocuments()
1196 TRoster::ClearRecentFolders()
1207 TRoster::ClearRecentApps()
1226 TRoster::Init()
1267 TRoster::AddApp(RosterAppInfo* info)
1286 TRoster::RemoveApp(RosterAppInfo* info)
1310 TRoster::UpdateActiveApp(RosterAppInfo* info)
1335 TRoster::CheckSanity()
1383 TRoster::SetShuttingDown(bool shuttingDown)
1406 TRoster::GetShutdownApps(AppInfoList& userApps, AppInfoList& systemApps,
1482 TRoster::AddAppInfo(AppInfoList& apps, team_id team)
1506 TRoster::AddWatcher(Watcher* watcher)
1521 TRoster::RemoveWatcher(Watcher* watcher)
1534 TRoster::_AppAdded(RosterAppInfo* info)
1549 TRoster::_AppRemoved(RosterAppInfo* info)
1569 TRoster::_AppActivated(RosterAppInfo* info)
1594 TRoster::_AppDeactivated(RosterAppInfo* info)
1619 TRoster::_AddMessageAppInfo(BMessage* message, const app_info* info)
1649 TRoster::_AddMessageWatchingInfo(BMessage* message, const app_info* info)
1670 TRoster::_NextToken()
1685 TRoster::_AddIARRequest(IARRequestMap& map, int32 key, BMessage* request)
1712 TRoster::_ReplyToIARRequests(BMessageQueue* requests, const RosterAppInfo* info)
1733 TRoster::_ReplyToIARRequest(BMessage* request, const RosterAppInfo* info)
1763 TRoster::_HandleGetRecentEntries(BMessage* request)
1767 D(PRINT("WARNING: TRoster::HandleGetRecentFolders(NULL) called\n"));
1828 D(PRINT("WARNING: TRoster::_HandleGetRecentEntries(): "
1855 TRoster::_ValidateRunning(const entry_ref& ref, const char* signature)
1874 TRoster::_IsSystemApp(RosterAppInfo* info) const
1886 TRoster::_LoadRosterSettings(const char* path)
2053 D(PRINT("WARNING: TRoster::_LoadRosterSettings(): error loading roster "
2061 TRoster::_SaveRosterSettings(const char* path)
2076 D(PRINT("TRoster::_SaveRosterSettings(): recent documents save "
2081 D(PRINT("TRoster::_SaveRosterSettings(): recent folders save "
2086 D(PRINT("TRoster::_SaveRosterSettings(): recent folders save "