Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp291 const std::optional<std::string>& clientId = p.second->clientId; in writeData() local
292 if (clientId) in writeData()
294 session["client_id"] = *clientId; in writeData()
H A Dsessions.hpp43 std::optional<std::string> clientId; member
104 userSession->clientId = *thisValue; in fromJson()
267 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession() argument
288 clientId, in generateUserSession()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp38 if (session.clientId) in fillSessionObject()
40 res.jsonValue["Context"] = *session.clientId; in fillSessionObject()
235 std::optional<std::string> clientId; in handleSessionCollectionPost() local
239 "Context", clientId, // in handleSessionCollectionPost()
275 username, req.ipAddress, clientId, in handleSessionCollectionPost()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h170 #define USTORM_RX_PRODS_E1X_OFFSET(portId, clientId) \ argument
171 (IRO[216].base + ((portId) * IRO[216].m1) + ((clientId) * \