Searched refs:StartReplyListener (Results 1 – 7 of 7) sorted by relevance
33 MOCK_METHOD0(StartReplyListener, bool());
41 virtual bool StartReplyListener();
46 bool ArpClient::StartReplyListener() { in StartReplyListener() function in shill::ArpClient
268 EXPECT_CALL(*client_, StartReplyListener()).WillOnce(Return(true)); in StartMonitor()388 EXPECT_CALL(*client_, StartReplyListener()).Times(0); in TEST_F()404 EXPECT_CALL(*client_, StartReplyListener()).WillOnce(Return(false)); in TEST_F()
189 if (!arp_client_->StartReplyListener()) { in StartArpClient()
544 if (!arp_client_->StartReplyListener()) { in CheckIpCollision()
563 EXPECT_CALL(*arp_client_, StartReplyListener()).WillOnce(Return(true)); in ExpectCheckIPCollisionStartSuccess()