Home
last modified time | relevance | path

Searched refs:getCSVFromVector (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp102 std::string getCSVFromVector(std::span<const std::string> vec);
H A Duser_mgr.cpp223 std::string getCSVFromVector(std::span<const std::string> vec) in getCSVFromVector() function
447 std::string groups = getCSVFromVector(groupNames); in createUserImpl()
686 std::string groups = getCSVFromVector(groupNames); in updateGroupsAndPriv()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp513 EXPECT_EQ(getCSVFromVector({}), ""); in TEST()
518 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123"}), "123"); in TEST()
519 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123", "456"}), in TEST()