Searched refs:team_id (Results 276 - 300 of 303) sorted by last modified time

<<111213

/haiku/src/apps/switcher/
H A DPanelWindow.cpp30 PanelWindow::PanelWindow(uint32 location, uint32 which, team_id team)
75 PanelWindow::_ViewFor(uint32 location, uint32 which, team_id team) const
H A DPanelWindow.h15 team_id team);
22 team_id team) const;
H A DSwitcher.cpp62 (team_id)message->FindInt32("team"));
H A DWindowsView.cpp29 WindowModel(team_id team)
274 WindowsView::WindowsView(team_id team, uint32 location)
H A DWindowsView.h17 WindowsView(team_id team, uint32 location);
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp31 TerminalRoster::Info::Info(int32 id, team_id team)
175 TerminalRoster::Register(team_id teamID, BLooper* looper)
503 TerminalRoster::_TeamIsRunning(team_id teamID)
H A DTerminalRoster.h34 team_id team;
39 Info(int32 id, team_id team);
55 status_t Register(team_id teamID, BLooper* looper);
91 bool _TeamIsRunning(team_id teamID);
/haiku/src/bin/debug/profile/
H A DImage.cpp9 Image::Image(SharedImage* image, const image_info& info, team_id owner,
H A DImage.h14 const image_info& info, team_id owner,
22 inline team_id Owner() const;
38 team_id fOwner;
62 team_id
H A DSharedImage.h53 status_t Init(team_id owner, image_id imageID);
H A DTeam.h28 status_t Init(team_id teamID, port_id debuggerPort);
38 const image_info& imageInfo, team_id owner,
45 inline team_id ID() const;
56 team_id fID;
75 team_id
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp46 team_id team = BRoster().TeamFor(kNetFSServerSignature);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp347 team_id
H A DGenericThread.h51 team_id GetTeam();
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp111 team_id team;
/haiku/headers/build/os/app/
H A DMessenger.h32 team_id Team() const;
41 void _SetTo(team_id team, port_id port, int32 token);
46 team_id fTeam;
/haiku/headers/build/private/app/
H A DMessengerPrivate.h22 team_id Team()
27 void SetTo(team_id team, port_id port, int32 token)
/haiku/headers/private/app/
H A DLinkSender.h27 team_id TargetTeam() const;
28 void SetTargetTeam(team_id team);
51 team_id fTargetTeam;
63 inline team_id
71 LinkSender::SetTargetTeam(team_id team)
H A DServerLink.h46 void SetTargetTeam(team_id team);
47 team_id TargetTeam();
116 ServerLink::SetTargetTeam(team_id team)
122 inline team_id
/haiku/headers/private/debug/
H A DDebugContext.h17 status_t Init(team_id team, port_id nubPort);
20 team_id Team() const { return fContext.team; }
H A DDebugLooper.h31 bool RemoveTeamDebugger(team_id team);
H A DTeamDebugger.h22 status_t Install(team_id team);
/haiku/headers/private/kernel/
H A Dsem.h33 extern sem_id create_sem_etc(int32 count, const char *name, team_id owner);
48 status_t _user_get_next_sem_info(team_id, int32 *, struct sem_info *, size_t);
49 status_t _user_set_sem_owner(sem_id id, team_id team);
H A Dtracing.h131 team_id fTeam;
200 team_id fTeam;
/haiku/headers/private/kernel/util/
H A DKMessage.h152 team_id Sender() const;
159 team_id senderTeam);
166 team_id senderTeam = -1);
171 team_id senderTeam = -1);
176 team_id senderTeam = -1);
180 team_id senderTeam = -1);
196 team_id sender;
635 team_id sender;

Completed in 98 milliseconds

<<111213