Lines Matching refs:team
83 team_id team; in RequestNotifications() local
87 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team); in RequestNotifications()
97 n.team = team; in RequestNotifications()
100 "what %#lx\n",node->node, team, what); in RequestNotifications()
119 team_id team; in CancelNotifications() local
123 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team); in CancelNotifications()
130 "%#lx\n", node->node, team, what); in CancelNotifications()
149 && team == n->team && messenger == n->messenger) in CancelNotifications()
152 && what == n->what && team == n->team && messenger == n->messenger) in CancelNotifications()
155 && team == n->team && messenger == n->messenger && n->node == *node) in CancelNotifications()
158 && what == n->what && team == n->team && messenger == n->messenger in CancelNotifications()
241 NotificationManager::CleanupTeam(team_id team) in CleanupTeam() argument
243 TRACE("NotificationManager::CleanupTeam team %ld\n", team); in CleanupTeam()
249 if (n->team == team) { in CleanupTeam()
260 "team %" B_PRId32 "\n", debugCount, team); in CleanupTeam()
306 ", node-port %" B_PRId32 ", messenger %svalid\n", n->team, n->what, in Dump()