Home
last modified time | relevance | path

Searched refs:DbusUserObjProperties (Results 1 – 2 of 2) 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()