Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 80) sorted by relevance

1234

/system/connectivity/shill/
Dmetrics.cc1564 void Metrics::NotifyConnectionDiagnosticsIssue(const string& issue) { in NotifyConnectionDiagnosticsIssue() argument
1566 if (issue == ConnectionDiagnostics::kIssueIPCollision) { in NotifyConnectionDiagnosticsIssue()
1568 } else if (issue == ConnectionDiagnostics::kIssueRouting) { in NotifyConnectionDiagnosticsIssue()
1570 } else if (issue == ConnectionDiagnostics::kIssueHTTPBrokenPortal) { in NotifyConnectionDiagnosticsIssue()
1572 } else if (issue == ConnectionDiagnostics::kIssueDNSServerMisconfig) { in NotifyConnectionDiagnosticsIssue()
1574 } else if (issue == ConnectionDiagnostics::kIssueDNSServerNoResponse) { in NotifyConnectionDiagnosticsIssue()
1576 } else if (issue == ConnectionDiagnostics::kIssueNoDNSServersConfigured) { in NotifyConnectionDiagnosticsIssue()
1578 } else if (issue == ConnectionDiagnostics::kIssueDNSServersInvalid) { in NotifyConnectionDiagnosticsIssue()
1580 } else if (issue == ConnectionDiagnostics::kIssueNone) { in NotifyConnectionDiagnosticsIssue()
1582 } else if (issue == ConnectionDiagnostics::kIssueCaptivePortal) { in NotifyConnectionDiagnosticsIssue()
[all …]
Dconnection_diagnostics_unittest.cc426 const string& issue = in ExpectPingHostEndSuccess() local
430 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectPingHostEndSuccess()
432 ResultCallback(issue, IsEventList(expected_events_))); in ExpectPingHostEndSuccess()
537 const string& issue = in ExpectNeighborTableLookupEndSuccess() local
540 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectNeighborTableLookupEndSuccess()
542 ResultCallback(issue, IsEventList(expected_events_))); in ExpectNeighborTableLookupEndSuccess()
611 const string& issue = diag_result == ConnectionDiagnostics::kResultSuccess in ExpectPortalDetectionEnd() local
614 EXPECT_CALL(metrics_, NotifyConnectionDiagnosticsIssue(issue)); in ExpectPortalDetectionEnd()
616 ResultCallback(issue, IsEventList(expected_events_))); in ExpectPortalDetectionEnd()
759 const string& issue = in ExpectArpTableLookup() local
[all …]
Dmock_metrics.h105 void(const std::string& issue));
Dconnection_diagnostics.cc268 void ConnectionDiagnostics::ReportResultAndStop(const string& issue) { in ReportResultAndStop() argument
271 metrics_->NotifyConnectionDiagnosticsIssue(issue); in ReportResultAndStop()
279 << issue; in ReportResultAndStop()
280 result_callback_.Run(issue, diagnostic_events_); in ReportResultAndStop()
Dconnection_diagnostics.h245 void ReportResultAndStop(const std::string &issue);
Dmetrics_unittest.cc1076 const string& issue = ConnectionDiagnostics::kIssueIPCollision; in TEST_F() local
1081 metrics_.NotifyConnectionDiagnosticsIssue(issue); in TEST_F()
Dmetrics.h1095 const std::string& issue);
/system/core/crash_reporter/
D99-crash-reporter.rules2 # For detecting cypress trackpad issue. Passing into crash_reporter SUBSYSTEM=i2c-cyapa since crash…
4 # For detecting Atmel trackpad/touchscreen issue. Passing into crash_reporter SUBSYSTEM=i2c-atmel_m…
/system/extras/ANRdaemon/
DREADME19 Known issue: in the systrace output, anrdaemon will show up when the trace is
/system/sepolicy/
DREADME100 so WILL cause a compile time issue thrown by insertkeys.py
/system/tpm/attestation/common/
Dattestation_ca.proto74 // The certificate profile defines the type of certificate to issue.
/system/extras/crypto-perf/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/core/init/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/tpm/attestation/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/libfec/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/verity/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/webservd/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/tpm/trunks/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/taskstats/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/keymaster/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/core/libutils/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/libpagemap/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/kexec_tools/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/firewalld/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the
/system/extras/sane_schedstat/
DNOTICE70 and issue tracking systems that are managed by, or on behalf of, the

1234