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

  /system/connectivity/shill/
connection_info.cc 25 time_to_expire_seconds_(0),
49 time_to_expire_seconds_(time_to_expire_seconds),
63 time_to_expire_seconds_(info.time_to_expire_seconds_),
81 time_to_expire_seconds_ = info.time_to_expire_seconds_;
connection_info.h 48 int64_t time_to_expire_seconds() const { return time_to_expire_seconds_; }
50 time_to_expire_seconds_ = time_to_expire_seconds;
112 int64_t time_to_expire_seconds_; member in class:shill::ConnectionInfo

Completed in 89 milliseconds