Searched refs:ErrConnectionClosed (Results 1 – 6 of 6) sorted by relevance
16 assert_eq!(err, Error::ErrConnectionClosed); in test_multiple_close()
145 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()
15 ErrConnectionClosed, enumerator
729 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()
436 return Err(Error::ErrConnectionClosed); in add_transceiver_from_kind()
25 ErrConnectionClosed, enumerator