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

/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h32 GroupDB* fGroupDB; member in class:AuthenticationManager
/haiku/src/servers/registrar/
H A DAuthenticationManager.h46 GroupDB* fGroupDB; member in class:AuthenticationManager
H A DAuthenticationManager.cpp716 fGroupDB(NULL),
731 delete fGroupDB;
742 fGroupDB = new(std::nothrow) GroupDB;
747 if (fUserDB == NULL || fGroupDB == NULL || fPasswdDBReply == NULL
839 int32 count = fGroupDB->WriteFlatGroupDB(store);
945 group = fGroupDB->GroupByID(gid);
947 group = fGroupDB->GroupByName(name);
983 count = fGroupDB->GetUserGroups(name, groups, maxCount);
1107 if (fGroupDB->UserRemoved(userName)) {
1108 fGroupDB
[all...]

Completed in 44 milliseconds