Searched refs:userSelf (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 246 const std::string& dbusObjectPath, bool userSelf) in patchAccountTypes() argument 249 if (userSelf && in patchAccountTypes() 1099 std::optional<std::vector<std::string>> accountTypes, bool userSelf, in updateUserProperties() argument 1109 accountTypes(std::move(accountTypes)), userSelf, session, in updateUserProperties() 1193 userSelf); in updateUserProperties() 2214 bool userSelf = (username == req.session->username); in handleAccountPatch() local 2240 if (!userSelf) in handleAccountPatch() 2262 locked, accountTypes, userSelf, req.session); in handleAccountPatch() 2268 locked, userSelf, req, accountTypes(std::move(accountTypes))]( in handleAccountPatch() 2278 locked, accountTypes, userSelf, req.session); in handleAccountPatch()
|