Home
last modified time | relevance | path

Searched defs:time_to_expire_seconds (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dconnection_info.h48 int64_t time_to_expire_seconds() const { return time_to_expire_seconds_; } in time_to_expire_seconds() function
49 void set_time_to_expire_seconds(int64_t time_to_expire_seconds) { in set_time_to_expire_seconds()
Dconnection_info_reader.cc100 int64_t time_to_expire_seconds = 0; in ParseConnectionInfo() local
168 const string& input, int64_t* time_to_expire_seconds) { in ParseTimeToExpireSeconds()
Dconnection_info.cc38 int64_t time_to_expire_seconds, in ConnectionInfo()