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.cpp156 const DbusUserPropVariant& value) in setDbusProperty()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp76 using DbusUserPropVariant = std::variant<Privilege, ServiceEnabled>;
78 using DbusUserObjProperties = std::map<PropertyName, DbusUserPropVariant>;
75 using DbusUserPropVariant = std::variant<Privilege, ServiceEnabled>; global() typedef
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp69 DbusUserPropVariant enabled(true); in createPrivilegeMapperDbusObject()
95 DbusUserPropVariant enabled(true); in createLdapConfigObjectWithoutPrivilegeMapper()