Home
last modified time | relevance | path

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

/webrtc/interceptor/src/report/
H A Dmod.rs19 pub struct ReportBuilder { struct
25 impl ReportBuilder { argument
27 pub fn with_interval(mut self, interval: Duration) -> ReportBuilder { in with_interval() argument
33 pub fn with_now_fn(mut self, now: FnTimeGen) -> ReportBuilder { in with_now_fn() argument
77 impl InterceptorBuilder for ReportBuilder { implementation
/webrtc/interceptor/src/report/sender/
H A Dmod.rs32 pub fn builder() -> ReportBuilder { in builder()
33 ReportBuilder { in builder()
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs70 pub fn builder() -> ReportBuilder { in builder()
71 ReportBuilder { in builder()