Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp36 using DbusUserObjProperties = typedef
39 using DbusUserObjValue = std::map<std::string, DbusUserObjProperties>;
335 void getUserProperties(const DbusUserObjProperties& properties,
H A Duser_mgmt.cpp368 DbusUserObjProperties chProperties; in userUpdatedSignalHandler()
401 DbusUserObjProperties properties; in userUpdatedSignalHandler()
1569 void UserAccess::getUserProperties(const DbusUserObjProperties& properties, in getUserProperties()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp68 using DbusUserObjProperties = std::map<PropertyName, DbusUserPropVariant>; typedef
72 using DbusUserObjValue = std::map<Interface, DbusUserObjProperties>;
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp70 DbusUserObjProperties property = {std::make_pair("Enabled", enabled)}; in createPrivilegeMapperDbusObject()
79 DbusUserObjProperties properties = {std::make_pair("GroupName", group), in createPrivilegeMapperDbusObject()
96 DbusUserObjProperties property = {std::make_pair("Enabled", enabled)}; in createLdapConfigObjectWithoutPrivilegeMapper()