Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 2 of 2) sorted by relevance

/webrtc/data/src/message/
H A Dmessage_type.rs69 let msg_type = MessageType::unmarshal(&mut bytes)?; in test_message_type_unmarshal_open_success() localVariable
71 assert_eq!(msg_type, MessageType::DataChannelOpen); in test_message_type_unmarshal_open_success()
79 let msg_type = MessageType::unmarshal(&mut bytes)?; in test_message_type_unmarshal_ack_success() localVariable
81 assert_eq!(msg_type, MessageType::DataChannelAck); in test_message_type_unmarshal_ack_success()
116 let msg_type = MessageType::DataChannelAck; in test_message_type_marshal() localVariable
117 let n = msg_type.marshal_to(&mut buf)?; in test_message_type_marshal()
/webrtc/turn/src/server/
H A Drequest.rs860 msg_type: MessageType, in build_msg()
868 Box::new(msg_type), in build_msg()