Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_state.rs25 Closing, enumerator
43 3 => RTCDataChannelState::Closing, in from()
55 DATA_CHANNEL_STATE_CLOSING_STR => RTCDataChannelState::Closing, in from()
67 RTCDataChannelState::Closing => DATA_CHANNEL_STATE_CLOSING_STR, in fmt()
85 ("closing", RTCDataChannelState::Closing), in test_new_data_channel_state()
104 (RTCDataChannelState::Closing, "closing"), in test_data_channel_state_string()
H A Dmod.rs428 self.set_ready_state(RTCDataChannelState::Closing); in close()