Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1217 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in updateUserProperties() local
1218 tempObjPath /= username; in updateUserProperties()
1219 std::string dbusObjectPath(tempObjPath); in updateUserProperties()
1809 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in processAfterCreateUser() local
1810 tempObjPath /= username; in processAfterCreateUser()
1811 const std::string userPath(tempObjPath); in processAfterCreateUser()
2182 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in handleAccountDelete() local
2183 tempObjPath /= username; in handleAccountDelete()
2184 const std::string userPath(tempObjPath); in handleAccountDelete()