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

/haiku/headers/build/os/app/
H A DRoster.h157 status_t SetThreadAndTeam(uint32 entryToken, thread_id thread,
163 status_t RemovePreRegApp(uint32 entryToken) const;
/haiku/headers/os/app/
H A DRoster.h164 status_t _SetThreadAndTeam(uint32 entryToken,
178 status_t _RemovePreRegApp(uint32 entryToken) const;
/haiku/src/kits/app/
H A DRoster.cpp1545 \param entryToken The token identifying the application (returned by
1556 BRoster::_SetThreadAndTeam(uint32 entryToken, thread_id thread, argument
1564 error = request.AddInt32("token", (int32)entryToken);
1705 \param entryToken The token identifying the application (returned by
1714 BRoster::_RemovePreRegApp(uint32 entryToken) const
1721 error = request.AddInt32("token", (int32)entryToken);

Completed in 49 milliseconds