HomeSort by relevance Sort by last modified time
    Searched defs:portal_detector_ (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/
portal_detector_unittest.cc 75 portal_detector_(
90 portal_detector_->time_ = &time_;
95 portal_detector_->connectivity_trial_
105 portal_detector_.reset();
129 bool ret = portal_detector_->Start(url_string);
133 PortalDetector* portal_detector() { return portal_detector_.get(); }
139 EXPECT_FALSE(portal_detector_->attempt_count_);
140 EXPECT_FALSE(portal_detector_->failures_in_content_phase_);
142 Equals(portal_detector_->portal_result_callback_));
174 std::unique_ptr<PortalDetector> portal_detector_; member in class:shill::PortalDetectorTest
    [all...]
connection_diagnostics.h 348 std::unique_ptr<PortalDetector> portal_detector_; member in class:shill::ConnectionDiagnostics
connection_diagnostics_unittest.cc 156 portal_detector_(new NiceMock<MockPortalDetector>(connection_)) {}
172 connection_diagnostics_.portal_detector_.reset(
173 portal_detector_); // Passes ownership
261 EXPECT_FALSE(connection_diagnostics_.portal_detector_.get());
284 EXPECT_CALL(*portal_detector_, Start(url_string)).WillOnce(Return(true));
840 NiceMock<MockPortalDetector>* portal_detector_; member in class:shill::ConnectionDiagnosticsTest
    [all...]
device.h 848 std::unique_ptr<PortalDetector> portal_detector_; member in class:shill::Device
    [all...]
device_unittest.cc 1959 MockPortalDetector* portal_detector_; member in class:shill::DevicePortalDetectionTest
    [all...]

Completed in 865 milliseconds