Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DCommon.errors.yaml1 # xyz.openbmc_project.User.Common.Error.UserNameExists
2 - name: UserNameExists
H A DCommon.metadata.yaml1 - name: UserNameExists
H A DManager.interface.yaml32 - xyz.openbmc_project.User.Common.Error.UserNameExists
55 - xyz.openbmc_project.User.Common.Error.UserNameExists
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp94 using UserNameExists = typedef
95 sdbusplus::xyz::openbmc_project::User::Common::Error::UserNameExists;
225 elog<UserNameExists>(); in throwForUserExists()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp544 sdbusplus::xyz::openbmc_project::User::Common::Error::UserNameExists); in TEST_F()