Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DCommon.errors.yaml16 # xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists
17 - name: PrivilegeMappingExists
H A DPrivilegeMapper.interface.yaml10 xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists. To modify the
47 - xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists
H A DPrivilegeMapperEntry.interface.yaml13 - xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp26 using PrivilegeMappingExists = sdbusplus::xyz::openbmc_project::User::Common:: typedef
27 Error::PrivilegeMappingExists;
669 catch (const PrivilegeMappingExists& e) in TEST_F()
674 PrivilegeMappingExists); in TEST_F()
704 catch (const PrivilegeMappingExists& e) in TEST_F()
709 PrivilegeMappingExists); in TEST_F()
744 catch (const PrivilegeMappingExists& e) in TEST_F()
749 PrivilegeMappingExists); in TEST_F()
757 catch (const PrivilegeMappingExists& e) in TEST_F()
762 PrivilegeMappingExists); in TEST_F()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp45 using PrivilegeMappingExists = sdbusplus::xyz::openbmc_project::User::Common:: typedef
46 Error::PrivilegeMappingExists;
798 elog<PrivilegeMappingExists>(); in checkPrivilegeMapper()