Home
last modified time | relevance | path

Searched refs:GroupList (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp75 using GroupList = std::vector<std::string>;
82 std::variant<Privilege, GroupList, UserEnabled, PasswordExpiration>;
68 using GroupList = std::vector<std::string>; global() typedef
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1102 EXPECT_THAT(std::get<GroupList>(userInfo["UserGroups"]), in TEST_F()
1127 EXPECT_THAT(std::get<GroupList>(userInfo["UserGroups"]), in TEST_F()
1153 EXPECT_THAT(std::get<GroupList>(userInfo["UserGroups"]), in TEST_F()