• Home
  • Raw
  • Download

Lines Matching refs:time_

104     service_->time_ = &time_;  in ServiceTest()
105 service_->disconnects_.time_ = &time_; in ServiceTest()
106 service_->misconnects_.time_ = &time_; in ServiceTest()
223 MockTime time_; member in shill::ServiceTest
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()
1788 Mock::VerifyAndClearExpectations(&time_); in TEST_F()
1789 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1796 Mock::VerifyAndClearExpectations(&time_); 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()
1815 Mock::VerifyAndClearExpectations(&time_); in TEST_F()
1816 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1823 Mock::VerifyAndClearExpectations(&time_); in TEST_F()
1824 EXPECT_CALL(time_, GetNow()).Times(2).WillRepeatedly(Return(GetTimestamp( in TEST_F()
1848 EXPECT_CALL(time_, GetNow()).WillOnce(Return(GetTimestamp(now, now, ""))); in TEST_F()
1861 EXPECT_CALL(time_, GetNow()).WillOnce(Return(Timestamp())); in TEST_F()
1872 EXPECT_CALL(time_, GetNow()).WillOnce(Return(Timestamp())); in TEST_F()