Home | History | Annotate | Download | only in shill

Lines Matching defs:arp_client_

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_;