Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp2077 const std::string* userPrivPtr = nullptr; in handleAccountGet() local
2085 "UserPrivilege", userPrivPtr, "UserPasswordExpired", in handleAccountGet()
2115 if (userPrivPtr == nullptr) in handleAccountGet()
2122 std::string role = getRoleIdFromPrivilege(*userPrivPtr); in handleAccountGet()