Home | History | Annotate | Download | only in shill

Lines Matching defs:GetTimestamp

159   Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds,
171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock));
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()).Times(2).WillRepeatedly(Return(GetTimestamp(
1848 EXPECT_CALL(time_, GetNow()).WillOnce(Return(GetTimestamp(now, now, "")));