Home
last modified time | relevance | path

Searched defs:PingResult (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dice_controller_interface.h75 struct PingResult { struct
76 PingResult(const Connection* conn, int _recheck_delay_ms) in PingResult() function
82 const absl::optional<const Connection*> connection;
111 virtual PingResult SelectConnectionToPing(int64_t last_ping_sent_ms) = 0; argument
/external/autotest/client/common_lib/cros/network/
Dping_runner.py275 class PingResult(object): class