Home
last modified time | relevance | path

Searched refs:ShouldStartUpFastForTesting (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_service_client.h152 virtual bool ShouldStartUpFastForTesting() const;
H A Dmetrics_service_client.cc144 bool MetricsServiceClient::ShouldStartUpFastForTesting() const { in ShouldStartUpFastForTesting() function in metrics::MetricsServiceClient
H A Dreporting_service.cc59 bool fast_startup_for_testing = client_->ShouldStartUpFastForTesting(); in Initialize()
H A Dmetrics_service.cc422 client_->ShouldStartUpFastForTesting()); in InitializeMetricsRecordingState()
775 client_->ShouldStartUpFastForTesting() ? 0 : kInitializationDelaySeconds); in GetInitializationDelay()
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dstructured_metrics_service.cc54 const bool fast_startup_for_test = client->ShouldStartUpFastForTesting(); in StructuredMetricsService()