Searched refs:GetTimestamp (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/net/ |
D | event_history_unittest.cc | 85 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() function in shill::EventHistoryTest 108 RecordEvent(GetTimestamp(kTime1, kTime1, "")); in TEST_F() 114 RecordEvent(GetTimestamp(kTime2, kTime2, "")); in TEST_F() 127 RecordEvent(GetTimestamp(kTime1, kTime1, "")); in TEST_F() 136 RecordEvent(GetTimestamp(kTime2, kTime2, "")); in TEST_F() 150 RecordEvent(GetTimestamp(kTimeEarly, kTimeEarly, "")); in TEST_F() 156 RecordEvent(GetTimestamp(kTimeLate, kTimeLate, "")); in TEST_F() 166 GetTimestamp(kTimeLate, kTimeLate, ""), in TEST_F() 180 RecordEvent(GetTimestamp(kTime1, kTime1, "")); in TEST_F() 192 GetTimestamp(kTime2Monotonic, kTime2Boot, ""), clock_type); in TEST_F() [all …]
|
/system/connectivity/shill/ |
D | service_unittest.cc | 159 Timestamp GetTimestamp(int monotonic_seconds, int boottime_seconds, in GetTimestamp() function in shill::ServiceTest 171 GetTimestamp(monotonic_seconds, boottime_seconds, wall_clock)); in PushTimestamp() 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() 1848 EXPECT_CALL(time_, GetNow()).WillOnce(Return(GetTimestamp(now, now, ""))); in TEST_F()
|