Home
last modified time | relevance | path

Searched refs:OnErrorHdlrFn (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/data_channel/
H A Dmod.rs32 use crate::error::{Error, OnErrorHdlrFn, Result};
79 pub(crate) on_error_handler: Arc<ArcSwapOption<Mutex<OnErrorHdlrFn>>>,
295 pub fn on_error(&self, f: OnErrorHdlrFn) { in on_error() argument
305 on_error_handler: Arc<ArcSwapOption<Mutex<OnErrorHdlrFn>>>, in read_loop() argument
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs54 on_error_handler: Arc<ArcSwapOption<Mutex<OnErrorHdlrFn>>>,
84 on_error_handler: Arc<ArcSwapOption<Mutex<OnErrorHdlrFn>>>,
318 pub fn on_error(&self, f: OnErrorHdlrFn) { in on_error() argument
/webrtc/webrtc/src/
H A Derror.rs428 pub type OnErrorHdlrFn = typedef