Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp590 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName() local
591 tempUserPath /= userName; in isValidUserName()
592 std::string usersPath(tempUserPath); in isValidUserName()
814 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState() local
815 tempUserPath /= userName; in setUserEnabledState()
816 std::string userPath(tempUserPath); in setUserEnabledState()
915 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess() local
916 tempUserPath /= userName; in setUserPrivilegeAccess()
917 std::string userPath(tempUserPath); in setUserPrivilegeAccess()
1024 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName() local
[all …]