Lines Matching refs:handshake
39 let handshake = SessionHandShake {
48 send_handshake_to_daemon(&handshake, channel_id).await;
126 hdc::info!("recv handshake: {:#?}", recv);
141 let handshake = SessionHandShake {
149 send_handshake_to_daemon(&handshake, channel_id).await;
154 let handshake = SessionHandShake {
162 send_handshake_to_daemon(&handshake, channel_id).await;
225 async fn send_handshake_to_daemon(handshake: &SessionHandShake, channel_id: u32) {
226 hdc::info!("send handshake: {:#?}", handshake.clone());
228 handshake.session_id,
229 TaskMessage { channel_id, command: config::HdcCommand::KernelHandshake, payload: handshake.serialize() },