Home
last modified time | relevance | path

Searched refs:GetSecondsMonotonic (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/net/
Dmock_time.h32 MOCK_METHOD1(GetSecondsMonotonic, bool(time_t* seconds));
Dshill_time.h59 virtual bool GetSecondsMonotonic(time_t* seconds);
Dshill_time.cc48 bool Time::GetSecondsMonotonic(time_t* seconds) { in GetSecondsMonotonic() function in shill::Time
/system/connectivity/shill/wifi/
Dmac80211_monitor_unittest.cc289 EXPECT_CALL(time(), GetSecondsMonotonic(_)) in TEST_F()
306 EXPECT_CALL(time(), GetSecondsMonotonic(_)) in TEST_F()
Dmac80211_monitor.cc153 if (!time_->GetSecondsMonotonic(&now_monotonic_seconds)) { in WakeQueuesIfNeeded()