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.hpp122 using DbusUserObjProperties = typedef
125 using DbusUserObjValue = std::map<std::string, DbusUserObjProperties>;
421 void getUserProperties(const DbusUserObjProperties& properties,
H A Duser_mgmt.cpp253 DbusUserObjProperties chProperties; in userUpdatedSignalHandler()
286 DbusUserObjProperties properties; in userUpdatedSignalHandler()
1452 void UserAccess::getUserProperties(const DbusUserObjProperties& properties, in getUserProperties()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp92 using DbusUserObjProperties = std::map<PropertyName, DbusUserPropVariant>; typedef
96 using DbusUserObjValue = std::map<Interface, DbusUserObjProperties>;
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp130 DbusUserObjProperties property = {std::make_pair("Enabled", enabled)}; in createPrivilegeMapperDbusObject()
139 DbusUserObjProperties properties = {std::make_pair("GroupName", group), in createPrivilegeMapperDbusObject()
156 DbusUserObjProperties property = {std::make_pair("Enabled", enabled)}; in createLdapConfigObjectWithoutPrivilegeMapper()