HomeSort by relevance Sort by last modified time
    Searched refs:diagnostic_events_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
connection_diagnostics.cc 231 diagnostic_events_.clear();
265 diagnostic_events_.push_back(Event(type, phase, result, message));
274 for (size_t i = 0; i < diagnostic_events_.size(); ++i) {
276 << EventToString(diagnostic_events_[i]);
280 result_callback_.Run(issue, diagnostic_events_);
    [all...]
connection_diagnostics.h 234 // and add it to the end of |diagnostic_events_|.
243 // |diagnostic_events_| and |issue| are passed as arguments to
325 // Utility function that returns true iff the event in |diagnostic_events_|
380 std::vector<Event> diagnostic_events_; member in class:shill::ConnectionDiagnostics
connection_diagnostics_unittest.cc 232 connection_diagnostics_.diagnostic_events_.push_back(
257 EXPECT_TRUE(connection_diagnostics_.diagnostic_events_.empty());
286 EXPECT_TRUE(connection_diagnostics_.diagnostic_events_.empty());
    [all...]

Completed in 411 milliseconds