Home
last modified time | relevance | path

Searched refs:DbusUserPropVariant (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp31 using DbusUserPropVariant = typedef
37 std::vector<std::pair<std::string, DbusUserPropVariant>>;
H A Duser_mgmt.cpp157 const DbusUserPropVariant& value) in setDbusProperty()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp66 using DbusUserPropVariant = std::variant<Privilege, ServiceEnabled>; typedef
68 using DbusUserObjProperties = std::map<PropertyName, DbusUserPropVariant>;
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp69 DbusUserPropVariant enabled(true); in createPrivilegeMapperDbusObject()
95 DbusUserPropVariant enabled(true); in createLdapConfigObjectWithoutPrivilegeMapper()