Lines Matching defs:hSession
405 void HdcServer::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree()
438 void HdcServer::GetDaemonAuthType(HSession hSession, SessionHandShake &handshake) in GetDaemonAuthType()
462 bool HdcServer::HandServerAuth(HSession hSession, SessionHandShake &handshake) in HandServerAuth()
501 void HdcServer::UpdateHdiInfo(Hdc::HdcSessionBase::SessionHandShake &handshake, HSession &hSession) in UpdateHdiInfo()
550 bool HdcServer::ServerSessionHandshake(HSession hSession, uint8_t *payload, int payloadSize) in ServerSessionHandshake()
583 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
778 HSession hSession = (HSession)handle->data; in UsbPreConnect() local
805 HSession hSession = (HSession)handle->data; in UartPreConnect() local
838 void HdcServer::CreatConnectUart(HSession hSession) in CreatConnectUart()
885 HSession hSession = nullptr; in CreateConnect() local
925 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
952 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
996 HSession hSession = AdminSession(OP_QUERY, sessionId, nullptr); in ServerCommand() local
1004 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()