Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DCommon.errors.yaml7 # xyz.openbmc_project.User.Common.Error.UserNameGroupFail
8 - name: UserNameGroupFail
H A DCommon.metadata.yaml5 - name: UserNameGroupFail
H A DManager.interface.yaml33 - xyz.openbmc_project.User.Common.Error.UserNameGroupFail
56 - xyz.openbmc_project.User.Common.Error.UserNameGroupFail
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp98 using UserNameGroupFail = typedef
99 sdbusplus::xyz::openbmc_project::User::Common::Error::UserNameGroupFail;
241 elog<UserNameGroupFail>( in throwForUserNameConstraints()
242 xyz::openbmc_project::User::Common::UserNameGroupFail::REASON( in throwForUserNameConstraints()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp554 UserNameGroupFail); in TEST_F()