Searched refs:userSelf (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 257 const std::string& dbusObjectPath, bool userSelf) in patchAccountTypes() argument 260 if (userSelf && in patchAccountTypes() 1113 bool userSelf; member 1202 params.dbusObjectPath, params.userSelf); in afterVerifyUserExists() 1211 const std::optional<std::vector<std::string>>& accountTypes, bool userSelf, in updateUserProperties() argument 1220 userSelf, session, dbusObjectPath}; in updateUserProperties() 2230 bool userSelf = (username == req.session->username); in handleAccountPatch() local 2256 if (!userSelf) in handleAccountPatch() 2278 locked, accountTypes, userSelf, req.session); in handleAccountPatch() 2284 locked, userSelf, req, accountTypes(std::move(accountTypes))]( in handleAccountPatch() [all …]
|