Searched refs:trigger_timeout_ms (Results 1 – 8 of 8) sorted by relevance
57 trigger_timeout_ms: 300000
90 // TriggerConfig.trigger_timeout_ms instead.205 // after |trigger_timeout_ms| the session will be stopped and no data will211 // the session will be stopped after |trigger_timeout_ms| and no data will240 optional uint32 trigger_timeout_ms = 3; field
559 // TriggerConfig.trigger_timeout_ms instead.674 // after |trigger_timeout_ms| the session will be stopped and no data will680 // the session will be stopped after |trigger_timeout_ms| and no data will709 optional uint32 trigger_timeout_ms = 3; field
680 sizeof(trigger_timeout_ms_) == sizeof(proto.trigger_timeout_ms()), in FromProto()683 static_cast<decltype(trigger_timeout_ms_)>(proto.trigger_timeout_ms()); in FromProto()702 sizeof(trigger_timeout_ms_) == sizeof(proto->trigger_timeout_ms()), in ToProto()705 static_cast<decltype(proto->trigger_timeout_ms())>(trigger_timeout_ms_)); in ToProto()
333 if (has_trigger_config && (cfg.trigger_config().trigger_timeout_ms() == 0 || in EnableTracing()334 cfg.trigger_config().trigger_timeout_ms() > in EnableTracing()339 cfg.trigger_config().trigger_timeout_ms()); in EnableTracing()510 cfg.trigger_config().trigger_timeout_ms()); in EnableTracing()520 cfg.trigger_config().trigger_timeout_ms()); in EnableTracing()
392 uint32_t trigger_timeout_ms() const { return trigger_timeout_ms_; } in trigger_timeout_ms() function
579 trace_config_->trigger_config().trigger_timeout_ms() == 0)) { in Main()
3660 // TriggerConfig.trigger_timeout_ms instead.3775 // after |trigger_timeout_ms| the session will be stopped and no data will3781 // the session will be stopped after |trigger_timeout_ms| and no data will3810 optional uint32 trigger_timeout_ms = 3; field