Home
last modified time | relevance | path

Searched refs:GroupNameExists (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DCommon.errors.yaml19 # xyz.openbmc_project.User.Common.Error.GroupNameExists
20 - name: GroupNameExists
H A DCommon.metadata.yaml20 - name: GroupNameExists
H A DManager.interface.yaml112 - xyz.openbmc_project.User.Common.Error.GroupNameExists
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1096 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists); in TEST_F()
1110 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists); in TEST_F()
1113 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists); in TEST_F()
1116 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists); in TEST_F()
1119 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists); in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp103 using GroupNameExists = typedef
104 sdbusplus::xyz::openbmc_project::User::Common::Error::GroupNameExists;
449 elog<GroupNameExists>(); in checkCreateGroupConstraints()