Searched refs:getPrimaryGroup (Results 1 – 4 of 4) sorted by relevance
22 MOCK_CONST_METHOD1(getPrimaryGroup, gid_t(const std::string& userName));
239 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()275 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()297 EXPECT_CALL(mockManager, getPrimaryGroup(userName)) in TEST_F()
635 virtual gid_t getPrimaryGroup(const std::string& userName) const;
1256 gid_t UserMgr::getPrimaryGroup(const std::string& userName) const in getPrimaryGroup() function in phosphor::user::UserMgr1364 auto primaryGid = getPrimaryGroup(userName); in getUserInfo()