Home
last modified time | relevance | path

Searched refs:ErrConnectionClosed (Results 1 – 6 of 6) sorted by relevance

/webrtc/mdns/src/conn/
H A Dconn_test.rs16 assert_eq!(err, Error::ErrConnectionClosed); in test_multiple_close()
H A Dmod.rs145 return Err(Error::ErrConnectionClosed); in close()
156 Err(Error::ErrConnectionClosed) in close()
169 return Err(Error::ErrConnectionClosed); in query()
195 return Err(Error::ErrConnectionClosed) in query()
/webrtc/mdns/src/
H A Derror.rs15 ErrConnectionClosed, enumerator
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs729 return Err(Error::ErrConnectionClosed); in create_offer()
915 return Err(Error::ErrConnectionClosed); in create_answer()
968 return Err(Error::ErrConnectionClosed); in set_description()
1194 return Err(Error::ErrConnectionClosed); in set_local_description()
1302 return Err(Error::ErrConnectionClosed); in set_remote_description()
1674 return Err(Error::ErrConnectionClosed); in add_track()
1714 return Err(Error::ErrConnectionClosed); in remove_track()
1767 return Err(Error::ErrConnectionClosed); in add_transceiver_from_track()
1794 return Err(Error::ErrConnectionClosed); in create_data_channel()
H A Dpeer_connection_internal.rs436 return Err(Error::ErrConnectionClosed); in add_transceiver_from_kind()
/webrtc/webrtc/src/
H A Derror.rs25 ErrConnectionClosed, enumerator