Lines Matching defs:team

39 				team_id team, BLooper *looper = NULL, BHandler *handler = NULL,
48 CHK(messenger.Team() == team || messenger.Team() == altTeam);
51 if (messenger.Team() != team)
52 printf("team is %ld, but should be %ld\n", messenger.Team(), team);
53 CHK(messenger.Team() == team);
130 Team() should return this team.
182 Team() should return this team.
217 Team() should return this team.
306 Team() should return this team.
341 BMessenger(const char *signature, team_id team, status_t *result)
342 @case 1 signature is NULL, team is -1, result is (not) NULL
366 BMessenger(const char *signature, team_id team, status_t *result)
368 application, team is -1, result is (not) NULL
386 BMessenger(const char *signature, team_id team, status_t *result)
387 @case 3 signature is NULL, team is > 0, but identifies no running
400 team_id team = runner.Team();
405 BMessenger messenger1(NULL, team, NULL);
408 BMessenger messenger2(NULL, team, &error);
414 BMessenger(const char *signature, team_id team, status_t *result)
416 application, team is -1, result is (not) NULL
419 Team() should return the remote app's team ID.
440 BMessenger(const char *signature, team_id team, status_t *result)
442 team is > 0 and identifies a running B_ARGV_ONLY
446 Team() should return the remote app's team ID.
467 BMessenger(const char *signature, team_id team, status_t *result)
469 application, team is -1, result is (not) NULL
473 Team() should return the team ID of the remote application.
499 BMessenger(const char *signature, team_id team, status_t *result)
501 team is > 0 and identifies a "normal" running application,
506 Team() should return the team ID of the remote application (team).
534 BMessenger(const char *signature, team_id team, status_t *result)
535 @case 8 signature is not NULL and team is > 0, but both identify
563 BMessenger(const char *signature, team_id team, status_t *result)
564 @case 9 signature is not NULL, team is > 0 and both identify the
570 Team() should return the team ID of the remote application (team).