Lines Matching defs:BRoster

66 const BRoster* be_roster;
427 // #pragma mark - BRoster::ArgVector
430 class BRoster::ArgVector {
451 BRoster::ArgVector::ArgVector()
462 BRoster::ArgVector::~ArgVector()
498 BRoster::ArgVector::Init(int argc, const char* const* args,
541 BRoster::ArgVector::Unset()
551 // #pragma mark - BRoster
554 BRoster::BRoster()
565 BRoster::~BRoster()
574 BRoster::IsRunning(const char* signature) const
581 BRoster::IsRunning(entry_ref* ref) const
588 BRoster::TeamFor(const char* signature) const
603 BRoster::TeamFor(entry_ref* ref) const
617 BRoster::GetAppList(BList* teamIDList) const
647 BRoster::GetAppList(const char* signature, BList* teamIDList) const
676 BRoster::GetAppInfo(const char* signature, app_info* info) const
705 BRoster::GetAppInfo(entry_ref* ref, app_info* info) const
730 BRoster::GetRunningAppInfo(team_id team, app_info* info) const
756 BRoster::GetActiveAppInfo(app_info* info) const
778 BRoster::FindApp(const char* mimeType, entry_ref* app) const
788 BRoster::FindApp(entry_ref* ref, entry_ref* app) const
802 BRoster::Broadcast(BMessage* message) const
809 BRoster::Broadcast(BMessage* message, BMessenger replyTo) const
836 BRoster::StartWatching(BMessenger target, uint32 eventMask) const
861 BRoster::StopWatching(BMessenger target) const
884 BRoster::ActivateApp(team_id team) const
916 BRoster::Launch(const char* mimeType, BMessage* initialMessage,
932 BRoster::Launch(const char* mimeType, BList* messageList,
944 BRoster::Launch(const char* mimeType, int argc, const char* const* args,
956 BRoster::Launch(const entry_ref* ref, const BMessage* initialMessage,
972 BRoster::Launch(const entry_ref* ref, const BList* messageList,
984 BRoster::Launch(const entry_ref* ref, int argc, const char* const* args,
1000 Launch__C7BRosterP9entry_refP8BMessagePl(BRoster* roster, entry_ref* ref,
1003 return roster->BRoster::Launch(ref, initialMessage, NULL);
1008 Launch__C7BRosterPCciPPcPl(BRoster* roster, const char* mimeType,
1011 return roster->BRoster::Launch(mimeType, argc, args, _appTeam);
1016 Launch__C7BRosterP9entry_refiPPcPl(BRoster* roster, entry_ref* ref,
1019 return roster->BRoster::Launch(ref, argc, args, _appTeam);
1028 BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount,
1074 BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount,
1121 BRoster::GetRecentFolders(BMessage* refList, int32 maxCount,
1164 BRoster::GetRecentApps(BMessage* refList, int32 maxCount) const
1202 BRoster::AddToRecentDocuments(const entry_ref* document,
1242 DBG(OUT("WARNING: BRoster::AddToRecentDocuments() failed with error "
1249 BRoster::AddToRecentFolders(const entry_ref* folder,
1289 DBG(OUT("WARNING: BRoster::AddToRecentDocuments() failed with error "
1316 BRoster::_ShutDown(bool reboot, bool confirm, bool synchronous)
1355 BRoster::_IsShutDownInProgress(bool* inProgress)
1426 BRoster::_AddApplication(const char* signature, const entry_ref* ref,
1505 BRoster::_SetSignature(team_id team, const char* signature) const
1534 BRoster::_SetThread(team_id team, thread_id thread) const
1556 BRoster::_SetThreadAndTeam(uint32 entryToken, thread_id thread,
1606 BRoster::_CompleteRegistration(team_id team, thread_id thread,
1657 BRoster::_IsAppRegistered(const entry_ref* ref, team_id team,
1714 BRoster::_RemovePreRegApp(uint32 entryToken) const
1752 BRoster::_RemoveApp(team_id team) const
1777 BRoster::_ApplicationCrashed(team_id team)
1799 BRoster::_UpdateActiveApp(team_id team) const
1878 BRoster::_LaunchApp(const char* mimeType, const entry_ref* ref,
1883 DBG(OUT("BRoster::_LaunchApp()"));
2059 DBG(OUT("BRoster::_LaunchApp() done: %s (%" B_PRIx32 ")\n",
2067 BRoster::_SetAppFlags(team_id team, uint32 flags) const
2073 BRoster::_DumpRoster() const
2118 BRoster::_ResolveApp(const char* inType, entry_ref* ref,
2228 BRoster::_TranslateRef(entry_ref* ref, BMimeType* appMeta,
2368 BRoster::_TranslateType(const char* mimeType, BMimeType* appMeta,
2553 BRoster::_GetFileType(const entry_ref* file, BNodeInfo* nodeInfo,
2612 BRoster::_SendToRunning(team_id team, int argc, const char* const* args,
2669 /*! Allows to use certain functionality of the BRoster class without
2673 BRoster::_SetWithoutRegistrar(bool noRegistrar)
2680 BRoster::_InitMessenger()
2682 DBG(OUT("BRoster::InitMessengers()\n"));
2712 DBG(OUT("BRoster::InitMessengers() done\n"));
2717 BRoster::_InitMimeMessenger(void* data)
2719 BRoster* roster = (BRoster*)data;
2743 BRoster::_MimeMessenger()
2754 BRoster::_AddToRecentApps(const char* signature) const
2787 BRoster::_ClearRecentDocuments() const
2797 BRoster::_ClearRecentFolders() const
2807 BRoster::_ClearRecentApps() const
2823 BRoster::_LoadRecentLists(const char* filename) const
2860 BRoster::_SaveRecentLists(const char* filename) const