Searched refs:ntp_raw (Results 1 – 1 of 1) sorted by relevance
120 uint64_t ntp_raw = 1 + 2 * kOneMsInNtp; in TEST() local122 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()124 ntp_raw += kOneMsInNtp; in TEST()127 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()129 ntp_raw += kOneMsInNtp; in TEST()131 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw), timestamp), in TEST()134 EXPECT_EQ(estimator.Estimate(timestamp), NtpTime(ntp_raw)); in TEST()158 uint64_t ntp_raw = 699925050; in TEST() local159 NtpTime ntp(ntp_raw); in TEST()165 EXPECT_EQ(estimator.UpdateMeasurements(NtpTime(ntp_raw - kOneMsInNtp), in TEST()[all …]