Lines Matching defs:hSession
393 void HdcServer::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree()
425 void HdcServer::GetDaemonAuthType(HSession hSession, SessionHandShake &handshake) in GetDaemonAuthType()
449 bool HdcServer::HandServerAuth(HSession hSession, SessionHandShake &handshake) in HandServerAuth()
527 bool HdcServer::ServerSessionHandshake(HSession hSession, uint8_t *payload, int payloadSize) in ServerSessionHandshake()
560 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
745 HSession hSession = (HSession)handle->data; in UsbPreConnect() local
772 HSession hSession = (HSession)handle->data; in UartPreConnect() local
805 void HdcServer::CreatConnectUart(HSession hSession) in CreatConnectUart()
852 HSession hSession = nullptr; in CreateConnect() local
892 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
919 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
963 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in ServerCommand() local
971 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()