Home
last modified time | relevance | path

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

/webrtc/ice/src/stats/
H A Dmod.rs56 pub last_request_timestamp: Instant, field
/webrtc/ice/src/agent/
H A Dagent_stats.rs54 pub last_request_timestamp: Instant, field
130 last_request_timestamp: Instant::now(), in default()
/webrtc/webrtc/src/stats/
H A Dmod.rs181 pub last_request_timestamp: Instant, field
200 last_request_timestamp: stats.last_request_timestamp, in from()