Lines Matching full:response
25 auto response = reinterpret_cast<OpenSessionResponse*>(outPayload.data()); in openSession() local
29 response->messageTag = request->messageTag; in openSession()
30 response->remoteConsoleSessionID = request->remoteConsoleSessionID; in openSession()
36 response->status_code = in openSession()
45 response->status_code = in openSession()
70 response->status_code = in openSession()
87 response->status_code = in openSession()
94 response->status_code = static_cast<uint8_t>(RAKP_ReturnCode::NO_ERROR); in openSession()
95 response->maxPrivLevel = static_cast<uint8_t>(session->reqMaxPrivLevel); in openSession()
96 response->managedSystemSessionID = in openSession()
99 response->authPayload = request->authPayload; in openSession()
100 response->authPayloadLen = request->authPayloadLen; in openSession()
101 response->authAlgo = request->authAlgo; in openSession()
103 response->intPayload = request->intPayload; in openSession()
104 response->intPayloadLen = request->intPayloadLen; in openSession()
105 response->intAlgo = request->intAlgo; in openSession()
107 response->confPayload = request->confPayload; in openSession()
108 response->confPayloadLen = request->confPayloadLen; in openSession()
109 response->confAlgo = request->confAlgo; in openSession()