Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Devent_history.cc30 RecordEventInternal(time_->GetNow()); in RecordEvent()
34 ExpireEventsBeforeInternal(seconds_ago, time_->GetNow(), clock_type); in ExpireEventsBefore()
39 Timestamp now = time_->GetNow(); in RecordEventAndExpireEventsBefore()
90 Timestamp now = time_->GetNow(); in CountEventsWithinInterval()
Devent_history_unittest.cc65 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now)); in RecordEvent()
71 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now)); in ExpireEventsBefore()
77 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now)); in RecordEventAndExpireEventsBefore()
95 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now)); in CountEventsWithinInterval()
Dmock_time.h37 MOCK_METHOD0(GetNow, Timestamp());
Dshill_time.h74 virtual Timestamp GetNow();
Dshill_time.cc94 Timestamp Time::GetNow() { in GetNow() function in shill::Time
/system/connectivity/shill/
Dservice_unittest.cc1717 EXPECT_CALL(time_, GetNow()).Times(7).WillRepeatedly((Return(timestamp))); in TEST_F()
1730 EXPECT_CALL(time_, GetNow()).Times(5).WillRepeatedly((Return(timestamp))); in TEST_F()
1739 EXPECT_CALL(time_, GetNow()).Times(5).WillRepeatedly((Return(timestamp))); in TEST_F()
1747 EXPECT_CALL(time_, GetNow()).Times(0); in TEST_F()
1782 EXPECT_CALL(time_, GetNow()).WillOnce(Return(GetTimestamp(kNow, kNow, ""))); in TEST_F()
1789 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1797 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1809 EXPECT_CALL(time_, GetNow()).WillOnce(Return(GetTimestamp(kNow, kNow, ""))); in TEST_F()
1816 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1824 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
[all …]
/system/connectivity/shill/wifi/
Dwake_on_wifi_unittest.cc2738 EXPECT_CALL(time_, GetNow()) in TEST_F()
2756 EXPECT_CALL(time_, GetNow()) in TEST_F()
2795 EXPECT_CALL(time_, GetNow()) in TEST_F()
2813 EXPECT_CALL(time_, GetNow()) in TEST_F()