Searched refs:clientId (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/include/ |
H A D | persistent_data.hpp | 298 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 D | sessions.hpp | 54 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 D | redfish_sessions.hpp | 54 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 D | bnx2x_fw_defs.h | 170 #define USTORM_RX_PRODS_E1X_OFFSET(portId, clientId) \ argument 171 (IRO[216].base + ((portId) * IRO[216].m1) + ((clientId) * \
|