Searched defs:handshake (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 422 …aemon::HandDaemonAuthInit(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 445 …mon::HandDaemonAuthPubkey(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 645 …::HandDaemonAuthSignature(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 678 …HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 715 void HdcDaemon::GetServerCapability(HSession &hSession, SessionHandShake &handshake) in InitMod() 734 void HdcDaemon::DaemonSessionHandshakeInit(HSession &hSession, SessionHandShake &handshake) in InitMod() 766 SessionHandShake handshake; in InitMod() local 1083 void HdcDaemon::SendAuthOkMsg(SessionHandShake &handshake, uint32_t channelid, in InitMod() 1110 void HdcDaemon::SendAuthSignMsg(SessionHandShake &handshake, in InitMod() 1120 void HdcDaemon::EchoHandshakeMsg(SessionHandShake &handshake, uint32_t channelid, uint32_t sessioni… in InitMod() [all …]
|
| /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/host/ |
| D | server.cpp | 425 void HdcServer::GetDaemonAuthType(HSession hSession, SessionHandShake &handshake) in GetDaemonAuthType() 449 bool HdcServer::HandServerAuth(HSession hSession, SessionHandShake &handshake) in HandServerAuth() 487 void HdcServer::UpdateHdiInfo(Hdc::HdcSessionBase::SessionHandShake &handshake, const string &conne… in UpdateHdiInfo() 531 Hdc::HdcSessionBase::SessionHandShake handshake; in ServerSessionHandshake() local
|
| /developtools/hdc/src/common/ |
| D | session.cpp | 1082 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession() 1131 SessionHandShake handshake = {}; in WorkThreadStartSession() local
|
| D | channel.cpp | 43 struct ChannelHandShake handshake = {}; in GetChannelHandshake() local
|