Searched refs:otherTeam (Results 1 - 6 of 6) sorted by path

/haiku/src/kits/app/
H A DApplication.cpp449 team_id otherTeam = -1; local
452 appFlags, team, thread, fMsgPort, true, NULL, &otherTeam);
462 if (otherTeam >= 0) {
463 BMessenger otherApp(NULL, otherTeam);
465 bool argvOnly = be_roster->GetRunningAppInfo(otherTeam,
H A DRoster.cpp1402 is passed back via \a otherTeam, if supplied.
1413 \param otherTeam A pointer to a pre-allocated team_id into which the
1428 bool fullRegistration, uint32* pToken, team_id* otherTeam) const
1476 if (otherTeam != NULL
1477 && reply.FindInt32("other_team", otherTeam) != B_OK) {
1478 *otherTeam = -1;
/haiku/headers/build/os/app/
H A DRoster.h154 team_id *otherTeam) const;
/haiku/headers/os/app/
H A DRoster.h156 uint32* pToken, team_id* otherTeam) const;
/haiku/headers/private/app/
H A DRosterPrivate.h50 team_id *otherTeam) const
52 port, fullReg, token, otherTeam); }
/haiku/src/servers/registrar/
H A DTRoster.cpp194 team_id otherTeam = -1; local
217 otherTeam = info->team;
230 otherTeam = info->team;
293 if (otherTeam >= 0)
294 reply.AddInt32("other_team", otherTeam);

Completed in 70 milliseconds