Searched refs:GetSecondsMonotonic (Results 1 – 5 of 5) sorted by relevance
32 MOCK_METHOD1(GetSecondsMonotonic, bool(time_t* seconds));
59 virtual bool GetSecondsMonotonic(time_t* seconds);
48 bool Time::GetSecondsMonotonic(time_t* seconds) { in GetSecondsMonotonic() function in shill::Time
289 EXPECT_CALL(time(), GetSecondsMonotonic(_)) in TEST_F()306 EXPECT_CALL(time(), GetSecondsMonotonic(_)) in TEST_F()
153 if (!time_->GetSecondsMonotonic(&now_monotonic_seconds)) { in WakeQueuesIfNeeded()