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.cpp476 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName() local
477 tempUserPath /= userName; in isValidUserName()
478 std::string usersPath(tempUserPath); in isValidUserName()
701 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState() local
702 tempUserPath /= userName; in setUserEnabledState()
703 std::string userPath(tempUserPath); in setUserEnabledState()
807 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess() local
808 tempUserPath /= userName; in setUserPrivilegeAccess()
809 std::string userPath(tempUserPath); in setUserPrivilegeAccess()
914 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName() local
[all …]