Lines Matching refs:net_config
81 void TestCaptureNtpTime(const BuiltInNetworkBehaviorConfig& net_config,
368 const BuiltInNetworkBehaviorConfig& net_config, in TestCaptureNtpTime() argument
375 CaptureNtpTimeObserver(const BuiltInNetworkBehaviorConfig& net_config, in TestCaptureNtpTime() argument
380 net_config_(net_config), in TestCaptureNtpTime()
505 } test(net_config, threshold_ms, start_time_ms, run_time_ms); in TestCaptureNtpTime()
513 BuiltInNetworkBehaviorConfig net_config; in TEST_F() local
514 net_config.queue_delay_ms = 100; in TEST_F()
520 TestCaptureNtpTime(net_config, kThresholdMs, kStartTimeMs, kRunTimeMs); in TEST_F()
524 BuiltInNetworkBehaviorConfig net_config; in TEST_F() local
525 net_config.queue_delay_ms = 100; in TEST_F()
526 net_config.delay_standard_deviation_ms = 10; in TEST_F()
532 TestCaptureNtpTime(net_config, kThresholdMs, kStartTimeMs, kRunTimeMs); in TEST_F()