HomeSort by relevance Sort by last modified time
    Searched defs:kNextUniqueEchoId (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
icmp_session.h 105 static uint16_t kNextUniqueEchoId; // unique across IcmpSession objects
icmp_session_unittest.cc 84 IcmpSession::kNextUniqueEchoId = 0;
156 return IcmpSession::kNextUniqueEchoId;
181 // |icmp_session_| should have been assigned the value of |kNextUniqueEchoId|
188 // unique value of |kNextUniqueEchoId|, and further increment this variable.

Completed in 59 milliseconds