Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp397 sdbusplus::message::object_path tempObjPath(usersObjPath); in createUser() local
398 tempObjPath /= userName; in createUser()
399 std::string userObj(tempObjPath); in createUser()
517 sdbusplus::message::object_path tempObjPath(usersObjPath); in renameUser() local
518 tempObjPath /= newUserName; in renameUser()
519 std::string newUserObj(tempObjPath); in renameUser()
1493 sdbusplus::message::object_path tempObjPath(usersObjPath); in initUserObjects() local
1494 tempObjPath /= user; in initUserObjects()
1495 std::string objPath(tempObjPath); in initUserObjects()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1217 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in updateUserProperties()
1218 tempObjPath /= username; in updateUserProperties() local
1219 std::string dbusObjectPath(tempObjPath); in updateUserProperties()
1809 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in processAfterCreateUser()
1810 tempObjPath /= username; in processAfterCreateUser() local
1811 const std::string userPath(tempObjPath); in processAfterCreateUser()
2182 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in handleAccountDelete()
2183 tempObjPath /= username; in handleAccountDelete() local
2184 const std::string userPath(tempObjPath); in handleAccountDelete()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp46 sdbusplus::message::object_path tempObjPath(usersObjPath); in createLocalUser() local
47 tempObjPath /= userName; in createLocalUser()
48 std::string userObj(tempObjPath); in createLocalUser()