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

/haiku/headers/private/app/
H A DRosterPrivate.h49 port_id port, bool fullReg, uint32 *token,
52 port, fullReg, token, otherTeam); }
47 AddApplication(const char *mimeSig, const entry_ref *ref, uint32 flags, team_id team, thread_id thread, port_id port, bool fullReg, uint32 *token, team_id *otherTeam) const argument
/haiku/headers/build/os/app/
H A DRoster.h153 port_id port, bool fullReg, uint32 *pToken,
/haiku/src/servers/registrar/
H A DTRoster.cpp171 bool fullReg; local
184 if (request->FindBool("full_registration", &fullReg) != B_OK)
185 fullReg = false;
188 PRINT("full registration: %d\n", fullReg);
238 if (fullReg)
250 if (fullReg)
261 if (addingSuccess && fullReg)

Completed in 36 milliseconds