Searched refs:getPrimaryGroup (Results 1 – 4 of 4) sorted by relevance
21 MOCK_CONST_METHOD1(getPrimaryGroup, gid_t(const std::string& userName));
109 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()142 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()164 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()
475 virtual gid_t getPrimaryGroup(const std::string& userName) const;
1095 gid_t UserMgr::getPrimaryGroup(const std::string& userName) const in getPrimaryGroup() function in phosphor::user::UserMgr1214 auto primaryGid = getPrimaryGroup(userName); in getUserInfo()