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

/haiku-fatelf/headers/build/os/app/
H A DRoster.h157 status_t SetThreadAndTeam(uint32 entryToken, thread_id thread,
163 status_t RemovePreRegApp(uint32 entryToken) const;
/haiku-fatelf/headers/os/app/
H A DRoster.h134 status_t _SetThreadAndTeam(uint32 entryToken, thread_id thread,
142 status_t _RemovePreRegApp(uint32 entryToken) const;
/haiku-fatelf/src/kits/tracker/
H A DIconCache.cpp1477 int32 entryToken = fHashTable.ElementIndex(*outstandingEntry); local
1478 ASSERT(entryToken >= 0);
1487 *outstandingEntry = fHashTable.ElementAt(entryToken);
1831 int32 entryToken = fHashTable.ElementIndex(*outstandingEntry); local
1835 *outstandingEntry = fHashTable.ElementAt(entryToken);
/haiku-fatelf/src/kits/app/
H A DRoster.cpp1851 \param entryToken The token identifying the application (returned by
1861 BRoster::_SetThreadAndTeam(uint32 entryToken, thread_id thread, argument
1868 error = request.AddInt32("token", (int32)entryToken);
1998 \param entryToken The token identifying the application (returned by
2006 BRoster::_RemovePreRegApp(uint32 entryToken) const
2012 error = request.AddInt32("token", (int32)entryToken);

Completed in 50 milliseconds