Home
last modified time | relevance | path

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

/webrtc/ice/src/stats/
H A Dmod.rs50 pub first_request_timestamp: Instant, field
/webrtc/ice/src/agent/
H A Dagent_stats.rs49 pub first_request_timestamp: Instant, field
129 first_request_timestamp: Instant::now(), in default()
/webrtc/webrtc/src/stats/
H A Dmod.rs179 pub first_request_timestamp: Instant, field
196 first_request_timestamp: stats.first_request_timestamp, in from()