Home
last modified time | relevance | path

Searched refs:TimerState (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Dsocket_info.h50 enum TimerState { enum
68 TimerState timer_state);
110 TimerState timer_state() const { return timer_state_; } in timer_state()
111 void set_timer_state(TimerState timer_state) { timer_state_ = timer_state; } in set_timer_state()
121 TimerState timer_state_;
Dsocket_info_reader.cc125 SocketInfo::TimerState timer_state = SocketInfo::kTimerStateUnknown; in ParseSocketInfo()
219 const string& input, SocketInfo::TimerState* timer_state) { in ParseTimerState()
230 *timer_state = static_cast<SocketInfo::TimerState>(result); in ParseTimerState()
Dsocket_info_reader.h74 SocketInfo::TimerState* timer_state);
Dsocket_info.cc28 TimerState timer_state) in SocketInfo()
Dsocket_info_reader_unittest.cc409 SocketInfo::TimerState timer_state = SocketInfo::kTimerStateUnknown; in TEST_F()
Dconnection_health_checker_unittest.cc227 SocketInfo::TimerState timer_state, in CreateSocketInfoProxy()
/system/core/metricsd/include/metrics/
Dtimer.h94 enum TimerState { kTimerStopped, kTimerRunning, kTimerPaused }; enum
121 TimerState timer_state_;