Searched refs:TeamFor (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/tests/kits/app/broster/
H A DTeamForTester.cpp33 team_id TeamFor(const char *signature) const
42 CHK(roster.TeamFor((const char*)NULL) == B_BAD_VALUE);
47 team_id TeamFor(const char *signature) const
55 CHK(roster.TeamFor("application/x-vnd.obos-app-run-testapp1") == B_ERROR);
59 team_id TeamFor(const char *signature) const
74 team_id team = roster.TeamFor("application/x-vnd.obos-app-run-testapp1");
78 CHK(roster.TeamFor("application/x-vnd.obos-app-run-testapp1")
82 CHK(roster.TeamFor("application/x-vnd.obos-app-run-testapp1") == B_ERROR);
86 team_id TeamFor(entry_ref *ref) const
95 CHK(roster.TeamFor((entry_re
[all...]
/haiku-fatelf/src/apps/processcontroller/
H A DPCWorld.cpp134 team_id tracker = be_roster->TeamFor(kTrackerSig);
/haiku-fatelf/headers/build/os/app/
H A DRoster.h86 team_id TeamFor(const char *mimeSig) const;
87 team_id TeamFor(entry_ref *ref) const;
/haiku-fatelf/headers/os/app/
H A DRoster.h64 team_id TeamFor(const char *mimeSig) const;
65 team_id TeamFor(entry_ref *ref) const;
/haiku-fatelf/src/servers/media/
H A DAppManager.cpp114 team_id id = be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE);
H A Dmedia_server.cpp262 team_id id = be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE);
/haiku-fatelf/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp46 fake.fTeam = BRoster().TeamFor(kUnitTesterSignature);
H A DRosterLaunchTestApp1.cpp46 fake.fTeam = BRoster().TeamFor(kUnitTesterSignature);
H A DRosterWatchingTestApp1.cpp46 fake.fTeam = BRoster().TeamFor(kUnitTesterSignature);
/haiku-fatelf/src/apps/switcher/
H A DLaunchButton.cpp120 team = be_roster->TeamFor(fAppSig);
122 team = be_roster->TeamFor(fRef);
/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.cpp122 team = be_roster->TeamFor(fAppSig);
124 team = be_roster->TeamFor(fRef);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp46 team_id team = BRoster().TeamFor(kNetFSServerSignature);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp46 team_id team = BRoster().TeamFor(kNetFSServerSignature);
/haiku-fatelf/src/preferences/notifications/
H A DGeneralView.cpp146 team_id team = be_roster->TeamFor(kNotificationServerSignature);
/haiku-fatelf/src/kits/media/
H A DMediaDefs.cpp1278 kill_team(be_roster->TeamFor(B_MEDIA_SERVER_SIGNATURE));
1282 kill_team(be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE));
1301 kill_team(be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE));
/haiku-fatelf/src/kits/app/
H A DRoster.cpp571 return (TeamFor(mimeSig) >= 0);
584 return (TeamFor(ref) >= 0);
598 BRoster::TeamFor(const char* mimeSig) const function in class:BRoster
622 BRoster::TeamFor(entry_ref* ref) const function in class:BRoster
/haiku-fatelf/src/apps/mail/
H A DMailApp.cpp432 team_id serverTeam = be_roster->TeamFor(kSpamServerSignature);
H A DMailWindow.cpp2713 serverTeam = be_roster->TeamFor(kSpamServerSignature);
/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp1593 BMessenger msngr(NULL, be_roster->TeamFor(&pe));

Completed in 153 milliseconds