Lines Matching defs:team

56 	are pre-registered and currently have no team ID assigned to them yet,
58 team ID are to be found in \a fRegisteredApps.
62 have no team ID assigned yet, the reply to the request has to be
63 postponed until the status of the requesting team is clear. The request
168 team_id team;
178 if (request->FindInt32("team", &team) != B_OK)
179 team = -1;
187 PRINT("team: %" B_PRId32 ", signature: %s\n", team, signature);
217 otherTeam = info->team;
230 otherTeam = info->team;
235 // If no team ID is given, full registration isn't possible.
237 if (team < 0) {
240 } else if (fRegisteredApps.InfoFor(team))
249 info->Init(thread, team, port, flags, &ref, signature);
257 if (team >= 0) {
286 // The token is valid only when no team ID has been supplied.
287 if (team < 0)
316 team_id team;
319 if (request->FindInt32("team", &team) != B_OK)
320 team = -1;
338 // team
340 if (team >= 0) {
342 RosterAppInfo* info = fRegisteredApps.InfoFor(team);
381 team_id team;
385 if (request->FindInt32("team", &team) != B_OK)
386 team = -1;
390 PRINT("team: %" B_PRId32 ", token: %" B_PRIu32 "\n", team, token);
398 // team/token
399 if (error == B_OK && team < 0 && token == 0)
405 if ((info = fRegisteredApps.InfoFor(team)) != NULL) {
406 PRINT("found team in fRegisteredApps\n");
411 // pre-registered and has no team ID assigned yet -- queue the
415 } else if (team >= 0
418 // pre-registered and has no team ID assigned yet -- queue the
421 _AddIARRequest(fIARRequestsByID, team, request);
423 PRINT("didn't find team or ref\n");
424 // team not registered, ref/token not early pre-registered
488 team_id team;
489 error = request->FindInt32("team", &team);
490 PRINT("team: %" B_PRId32 "\n", team);
494 if (RosterAppInfo* info = fRegisteredApps.InfoFor(team)) {
527 team_id team;
530 if (request->FindInt32("team", &team) != B_OK)
531 team = -1;
538 // team
539 if (error == B_OK && team < 0)
542 PRINT("team: %" B_PRId32 ", thread: %" B_PRId32 ", token: %" B_PRIu32 "\n",
543 team, thread, token);
551 // Set thread and team, create a port for the application and
555 info->team = team;
563 SET_ERROR(error, set_port_owner(info->port, team));
575 IARRequestMap::iterator it = fIARRequestsByID.find(team);
622 team_id team;
624 if (request->FindInt32("team", &team) != B_OK)
630 if (RosterAppInfo* info = fRegisteredApps.InfoFor(team))
660 team_id team;
666 if (request->FindInt32("team", &team) != B_OK)
674 PRINT("team: %" B_PRId32 "\n", team);
686 info = fRegisteredApps.InfoFor(team);
745 reply.AddInt32("teams", info->team);
769 team_id team;
770 if (request->FindInt32("team", &team) != B_OK)
775 if (RosterAppInfo* info = fRegisteredApps.InfoFor(team))
809 team_id team;
812 if (request->FindInt32("team", &team) != B_OK)
813 team = -1;
833 // the target set (excludes the registrar and the requesting team)
837 BroadcastMessagingTargetSet(AppInfoList& list, team_id team)
839 fTeam(team)
846 && (info->team != fTeam);
851 } targetSet(fRegisteredApps, team);
1415 // * kernel team
1422 // kernel team
1425 vitalSystemApps.Add(teamInfo.team);
1431 vitalSystemApps.Add(info->team);
1436 vitalSystemApps.Add(info->team);
1441 if (!vitalSystemApps.Contains(info->team)) {
1469 vitalSystemApps.Add(info->team);
1482 TRoster::AddAppInfo(AppInfoList& apps, team_id team)
1488 if (info->team == team) {
1575 messengerPrivate.SetTo(info->team, info->port, B_NULL_TOKEN);
1600 messengerPrivate.SetTo(info->team, info->port, B_NULL_TOKEN);
1625 flatInfo.team = info->team;
1655 error = message->AddInt32("be:team", info->team);