Searched refs:clientTeam (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/
H A DCursorManager.h36 ServerCursor* CreateCursor(team_id clientTeam,
38 ServerCursor* CreateCursor(team_id clientTeam,
H A DCursorManager.cpp109 CursorManager::CreateCursor(team_id clientTeam, const uint8* cursorData) argument
114 ServerCursorReference cursor(_FindCursor(clientTeam, cursorData), false);
119 cursor->SetOwningTeam(clientTeam);
132 CursorManager::CreateCursor(team_id clientTeam, BRect r, color_space format, argument
141 cursor->SetOwningTeam(clientTeam);
422 CursorManager::_FindCursor(team_id clientTeam, const uint8* cursorData) argument
427 if (cursor->OwningTeam() == clientTeam
H A DDesktop.cpp2587 team_id clientTeam = app->ClientTeam();
2590 kill_team(clientTeam);
H A DServerApp.cpp93 port_id clientLooperPort, team_id clientTeam,
102 fClientTeam(clientTeam),
92 ServerApp(Desktop* desktop, port_id clientReplyPort, port_id clientLooperPort, team_id clientTeam, int32 clientToken, const char* signature) argument

Completed in 42 milliseconds