Home
last modified time | relevance | path

Searched refs:fIARRequestsByToken (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/registrar/
H A DTRoster.h119 IARRequestMap fIARRequestsByToken; variable
H A DTRoster.cpp132 fIARRequestsByToken(), in TRoster()
414 _AddIARRequest(fIARRequestsByToken, token, request); in HandleIsAppRegistered()
584 it = fIARRequestsByToken.find((int32)token); in HandleSetThreadAndTeam()
585 if (it != fIARRequestsByToken.end()) { in HandleSetThreadAndTeam()
590 fIARRequestsByToken.erase(it); in HandleSetThreadAndTeam()