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

  /system/connectivity/shill/
passive_link_monitor.h 81 std::unique_ptr<ArpClient> arp_client_; member in class:shill::PassiveLinkMonitor
active_link_monitor.h 163 std::unique_ptr<ArpClient> arp_client_; member in class:shill::ActiveLinkMonitor
connection_diagnostics.h 349 std::unique_ptr<ArpClient> arp_client_; member in class:shill::ConnectionDiagnostics
372 // IOCallback that fires when the socket associated with |arp_client_| has a
connection_diagnostics_unittest.cc 166 arp_client_ = new NiceMock<MockArpClient>();
167 client_test_helper_.reset(new ArpClientTestHelper(arp_client_));
169 connection_diagnostics_.arp_client_.reset(arp_client_); // Passes ownership
259 EXPECT_FALSE(connection_diagnostics_.arp_client_->IsStarted());
563 EXPECT_CALL(*arp_client_, StartReplyListener()).WillOnce(Return(true));
565 EXPECT_CALL(*arp_client_, TransmitRequest(IsArpRequest(
835 NiceMock<MockArpClient>* arp_client_; member in class:shill::ConnectionDiagnosticsTest
    [all...]

Completed in 1318 milliseconds