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

/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h34 BPrivate::KMessage* fGroupDBReply; member in class:AuthenticationManager
/haiku/src/servers/registrar/
H A DAuthenticationManager.h48 BPrivate::KMessage* fGroupDBReply; member in class:AuthenticationManager
H A DAuthenticationManager.cpp718 fGroupDBReply(NULL),
733 delete fGroupDBReply;
744 fGroupDBReply = new(std::nothrow) KMessage(1);
748 || fGroupDBReply == NULL || fShadowPwdDBReply == NULL) {
837 if (fGroupDBReply->What() == 1) {
840 if (fGroupDBReply->AddInt32("count", count) != B_OK
841 || fGroupDBReply->AddData("entries", B_RAW_TYPE,
847 fGroupDBReply->SetWhat(0);
854 message.SendReply(fGroupDBReply, -1, -1, 0, registrarTeam);
1395 fGroupDBReply
[all...]

Completed in 35 milliseconds