Searched refs:GetNow (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/net/ |
D | event_history.cc | 30 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()
|
D | event_history_unittest.cc | 65 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()
|
D | mock_time.h | 37 MOCK_METHOD0(GetNow, Timestamp());
|
D | shill_time.h | 74 virtual Timestamp GetNow();
|
D | shill_time.cc | 94 Timestamp Time::GetNow() { in GetNow() function in shill::Time
|
/system/connectivity/shill/ |
D | service_unittest.cc | 1717 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/ |
D | wake_on_wifi_unittest.cc | 2738 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()
|