Searched refs:WithNtp (Results 1 – 5 of 5) sorted by relevance
39 void WithNtp(const NtpTime& ntp) { ntp_ = ntp; } in WithNtp() function
33 rrtr.WithNtp(NtpTime(kNtpSec, kNtpFrac)); in TEST()
361 rrtr.WithNtp(NtpTime(0x11111111, 0x22222222)); in TEST()378 rrtr1.WithNtp(NtpTime(0x11111111, 0x22222222)); in TEST()380 rrtr2.WithNtp(NtpTime(0x33333333, 0x44444444)); in TEST()
626 rrtr.WithNtp(NtpTime(0x10203, 0x40506)); in TEST_F()766 rrtr.WithNtp(kNtp); in TEST_F()
747 rrtr.WithNtp(NtpTime(ctx.ntp_sec_, ctx.ntp_frac_)); in BuildReceiverReferenceTime()