Searched defs:handshake (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/hdc_rust/src/host/ |
| D | auth.rs | 39 let handshake = SessionHandShake { in start_handshake_with_daemon() localVariable 141 let handshake = SessionHandShake { in handshake_task() localVariable 154 let handshake = SessionHandShake { in handshake_task() localVariable
|
| D | client.rs | 152 pub async fn handshake(&mut self) -> io::Result<()> { in handshake() method
|
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 454 …aemon::HandDaemonAuthInit(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 477 …mon::HandDaemonAuthPubkey(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 677 …::HandDaemonAuthSignature(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 710 …HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 742 void HdcDaemon::GetServerCapability(HSession &hSession, SessionHandShake &handshake) in InitMod() 764 void HdcDaemon::DaemonSessionHandshakeInit(HSession &hSession, SessionHandShake &handshake) in InitMod() 796 SessionHandShake handshake; in InitMod() local 1129 void HdcDaemon::SendAuthOkMsg(SessionHandShake &handshake, uint32_t channelid, in InitMod() 1157 void HdcDaemon::SendAuthSignMsg(SessionHandShake &handshake, in InitMod() 1167 void HdcDaemon::EchoHandshakeMsg(SessionHandShake &handshake, uint32_t channelid, uint32_t sessioni… in InitMod() [all …]
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 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() 554 Hdc::HdcSessionBase::SessionHandShake handshake; in ServerSessionHandshake() local
|
| /developtools/hdc/src/common/ |
| D | session.cpp | 1085 void HdcSessionBase::SetHeartbeatFeature(SessionHandShake &handshake) in SetHeartbeatFeature() 1094 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession() 1145 SessionHandShake handshake = {}; in WorkThreadStartSession() local
|
| D | channel.cpp | 44 struct ChannelHandShake handshake = {}; in GetChannelHandshake() local
|