Home | History | Annotate | Download | only in shill

Lines Matching defs:client_

136         client_(new MockArpClient()),
137 client_test_helper_(client_),
159 monitor_.arp_client_.reset(client_);
250 EXPECT_CALL(*client_, TransmitRequest(
257 EXPECT_CALL(*client_, TransmitRequest(_)).WillOnce(Return(true));
263 EXPECT_CALL(*client_, TransmitRequest(_)).Times(0);
268 EXPECT_CALL(*client_, StartReplyListener()).WillOnce(Return(true));
360 MockArpClient* client_;
388 EXPECT_CALL(*client_, StartReplyListener()).Times(0);
404 EXPECT_CALL(*client_, StartReplyListener()).WillOnce(Return(false));
416 EXPECT_CALL(*client_, Stop()).Times(1);
419 Mock::VerifyAndClearExpectations(client_);
457 EXPECT_CALL(*client_, Stop()).Times(1);
462 Mock::VerifyAndClearExpectations(client_);