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

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

Completed in 284 milliseconds