Searched refs:pci_iterator_destroy (Results 1 – 5 of 5) sorted by relevance
32 void PciAccessImpl::pci_iterator_destroy(struct pci_device_iterator* iter) const in pci_iterator_destroy() function in host_tool::PciAccessImpl34 return ::pci_iterator_destroy(iter); in pci_iterator_destroy()
38 virtual void pci_iterator_destroy(67 void pci_iterator_destroy(struct pci_device_iterator* iter) const override;
45 pci->pci_iterator_destroy(it); in closeIt()
15 MOCK_METHOD(void, pci_iterator_destroy, (struct pci_device_iterator*),
208 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()228 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()254 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()281 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()311 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in expectSetup()