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

/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h33 BPrivate::KMessage* fPasswdDBReply; member in class:AuthenticationManager
/haiku/src/servers/registrar/
H A DAuthenticationManager.h47 BPrivate::KMessage* fPasswdDBReply; member in class:AuthenticationManager
H A DAuthenticationManager.cpp717 fPasswdDBReply(NULL),
732 delete fPasswdDBReply;
743 fPasswdDBReply = new(std::nothrow) KMessage(1);
747 if (fUserDB == NULL || fGroupDB == NULL || fPasswdDBReply == NULL
806 if (fPasswdDBReply->What() == 1) {
809 if (fPasswdDBReply->AddInt32("count", count) != B_OK
810 || fPasswdDBReply->AddData("entries", B_RAW_TYPE,
816 fPasswdDBReply->SetWhat(0);
823 message.SendReply(fPasswdDBReply, -1, -1, 0, registrarTeam);
1388 fPasswdDBReply
[all...]

Completed in 95 milliseconds