Lines Matching defs:hSession
392 void HdcServer::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree()
423 bool HdcServer::HandServerAuth(HSession hSession, SessionHandShake &handshake) in HandServerAuth()
474 bool HdcServer::ServerSessionHandshake(HSession hSession, uint8_t *payload, int payloadSize) in ServerSessionHandshake()
523 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
707 HSession hSession = (HSession)handle->data; in UsbPreConnect() local
740 HSession hSession = (HSession)handle->data; in UartPreConnect() local
773 void HdcServer::CreatConnectUart(HSession hSession) in CreatConnectUart()
820 HSession hSession = nullptr; in CreateConnect() local
854 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
880 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
916 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in ServerCommand() local
924 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()