Home
last modified time | relevance | path

Searched refs:GetTestCaseName (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/test/pc/e2e/
Dcross_media_metrics_reporter.cc102 GetTestCaseName(pair.second.audio_stream_label, sync_group), in StopAndReportResults()
106 GetTestCaseName(pair.second.video_stream_label, sync_group), in StopAndReportResults()
122 std::string CrossMediaMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::CrossMediaMetricsReporter
Dnetwork_quality_metrics_reporter.cc144 GetTestCaseName(network_label), value, unit, in ReportResult()
148 std::string NetworkQualityMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::NetworkQualityMetricsReporter
Dcross_media_metrics_reporter.h57 std::string GetTestCaseName(const std::string& stream_label,
Dnetwork_quality_metrics_reporter.h60 std::string GetTestCaseName(const std::string& network_label) const;
/external/webrtc/test/pc/e2e/analyzer/video/
Dvideo_quality_metrics_reporter.cc102 ReportVideoBweResults(GetTestCaseName(item.first), item.second); in StopAndReportResults()
106 std::string VideoQualityMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::VideoQualityMetricsReporter
Dvideo_quality_metrics_reporter.h57 std::string GetTestCaseName(const std::string& stream_label) const;
Ddefault_video_quality_analyzer.h488 std::string GetTestCaseName(const std::string& stream_label) const;
Ddefault_video_quality_analyzer.cc761 ReportResults(GetTestCaseName(StatsKeyToMetricName(ToStatsKey(item.first))), in ReportResults()
889 std::string DefaultVideoQualityAnalyzer::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::DefaultVideoQualityAnalyzer
/external/webrtc/test/pc/e2e/analyzer/audio/
Ddefault_audio_quality_analyzer.cc112 std::string DefaultAudioQualityAnalyzer::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::DefaultAudioQualityAnalyzer
152 metric_name, /*modifier=*/"", GetTestCaseName(stream_label), in ReportResult()
Ddefault_audio_quality_analyzer.h61 std::string GetTestCaseName(const std::string& stream_label) const;
/external/libchrome/base/test/launcher/
Dtest_result.h75 std::string GetTestCaseName() const;
Dtest_result.cc90 std::string TestResult::GetTestCaseName() const { in GetTestCaseName() function in base::TestResult
Dtest_results_tracker.cc106 test_case_map[result.GetTestCaseName()].push_back(result); in ~TestResultsTracker()
141 result.GetTestCaseName().c_str()); in ~TestResultsTracker()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 const string &GetTestCaseName() const override { return test_case_name_; } in GetTestCaseName() function
576 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h475 virtual const string& GetTestCaseName() const = 0;
514 virtual const string& GetTestCaseName() const { return test_case_name_; } in GetTestCaseName() function
687 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h471 virtual const std::string& GetTestCaseName() const = 0;
510 virtual const std::string& GetTestCaseName() const { return test_case_name_; } in GetTestCaseName() function
682 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
/external/fmtlib/test/gtest/
Dgtest.h10423 virtual const string& GetTestCaseName() const = 0;
10460 virtual const string& GetTestCaseName() const { return test_case_name_; }
10579 if ((*it)->GetTestCaseName() == test_case_name) {
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h11518 virtual const string& GetTestCaseName() const = 0;
11557 virtual const string& GetTestCaseName() const { return test_case_name_; }
11730 if ((*it)->GetTestCaseName() == test_case_name) {