Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp298 const std::optional<std::string>& clientId = p.second->clientId; in writeData()
299 if (clientId) in writeData()
301 session["client_id"] = *clientId; in writeData()
291 const std::optional<std::string>& clientId = p.second->clientId; writeData() local
H A Dsessions.hpp54 std::optional<std::string> clientId;
115 userSession->clientId = *thisValue; in fromJson()
278 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession()
299 clientId, in generateUserSession()
43 std::optional<std::string> clientId; global() member
267 generateUserSession(std::string_view username,const boost::asio::ip::address & clientIp,const std::optional<std::string> & clientId,SessionType sessionType,bool isConfigureSelfOnly=false) generateUserSession() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp54 if (session.clientId) in handleSessionHead()
56 res.jsonValue["Context"] = *session.clientId; in handleSessionHead()
251 std::optional<std::string> clientId; in handleSessionCollectionPost()
255 "Context", clientId, // in handleSessionCollectionPost()
291 username, req.ipAddress, clientId, in handleSessionServiceHead()
235 std::optional<std::string> clientId; handleSessionCollectionPost() local
/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) * \