Searched refs:team_id (Results 251 - 275 of 303) sorted by last modified time

<<111213

/haiku/src/tests/kits/app/broster/
H A DTeamForTester.cpp33 team_id TeamFor(const char *signature) const
47 team_id TeamFor(const char *signature) const
59 team_id TeamFor(const char *signature) const
74 team_id team = roster.TeamFor("application/x-vnd.obos-app-run-testapp1");
86 team_id TeamFor(entry_ref *ref) const
100 team_id TeamFor(entry_ref *ref) const
113 team_id TeamFor(entry_ref *ref) const
130 team_id team = roster.TeamFor(&ref);
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp36 team_id fTeam;
H A DRosterLaunchTestApp1.cpp36 team_id fTeam;
H A DRosterWatchingTestApp1.cpp36 team_id fTeam;
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp128 team_id
141 team_id fTeam;
H A DAppRunner.h21 team_id Team();
43 team_id fTeam;
/haiku/src/tests/servers/app/
H A Dapp_server_debug.cpp18 send_debug_message(team_id team, int32 code)
74 team_id team = atoi(argv[i]);
/haiku/src/servers/app/
H A DServerCursor.h42 void SetOwningTeam(team_id tid)
44 team_id OwningTeam() const
62 team_id fOwningTeam;
/haiku/src/servers/media/
H A DNotificationManager.h21 team_id team;
33 void CleanupTeam(team_id team);
/haiku/src/servers/registrar/
H A DRosterAppInfo.h25 void Init(thread_id thread, team_id team, port_id port, uint32 flags,
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h18 team_id team;
H A DIOSchedulerSimple.h67 IORequestOwner* _GetRequestOwner(team_id team, thread_id thread,
/haiku/src/system/kernel/messaging/
H A DMessagingService.h79 team_id fServerTeam;
/haiku/src/system/libroot/os/
H A Dextended_system_info.cpp20 get_extended_team_info(team_id teamID, uint32 flags, KMessage& info)
H A Dmemory.cpp13 get_memory_properties(team_id teamID, const void* address, uint32* _protected,
H A Dsem.c78 set_sem_owner(sem_id sem, team_id team)
92 _get_next_sem_info(team_id team, int32 *cookie, sem_info *info, size_t size)
/haiku/src/kits/debug/
H A DDebugContext.cpp23 BDebugContext::Init(team_id team, port_id nubPort)
H A DDebugLooper.cpp103 RemoveDebuggerJob(team_id team)
123 team_id fTeam;
240 BDebugLooper::RemoveTeamDebugger(team_id team)
/haiku/src/kits/interface/
H A DWindowStack.cpp182 return fLink->Attach<team_id>(messengerPrivate.Team());
191 team_id team;
194 status_t status = fLink->Read<team_id>(&team);
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp133 team_id team;
/haiku/src/build/libroot/
H A Dsem.cpp168 set_sem_owner(sem_id id, team_id team)
197 _get_next_sem_info(team_id team, int32 *cookie, struct sem_info *info,
/haiku/src/apps/debuganalyzer/model/
H A DModel.h93 Team* TeamByID(team_id id) const;
405 inline team_id ID() const;
416 static inline int CompareWithID(const team_id* id,
1192 team_id
1236 Model::Team::CompareWithID(const team_id* id, const Team* team)
/haiku/src/apps/switcher/
H A DApplicationsView.cpp39 team_id team = (team_id)teamList.ItemAt(i);
H A DCaptureWindow.cpp34 void _Notify(uint32 location, team_id team);
37 static team_id _CurrentTeam();
42 team_id fLastTeam;
163 CaptureView::_Notify(uint32 location, team_id team)
185 /*static*/ team_id
H A DLaunchButton.cpp118 team_id team;

Completed in 65 milliseconds

<<111213