Home
last modified time | relevance | path

Searched refs:pci_iterator_destroy (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dpciaccess.cpp32 void PciAccessImpl::pci_iterator_destroy(struct pci_device_iterator* iter) const in pci_iterator_destroy() function in host_tool::PciAccessImpl
34 return ::pci_iterator_destroy(iter); in pci_iterator_destroy()
H A Dpciaccess.hpp39 pci_iterator_destroy(struct pci_device_iterator* iter) const = 0;
69 void pci_iterator_destroy(struct pci_device_iterator* iter) const override;
H A Dpci.cpp45 pci->pci_iterator_destroy(it); in closeIt()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dpciaccess_mock.hpp15 MOCK_METHOD(void, pci_iterator_destroy, (struct pci_device_iterator*),
H A Dtools_pci_unittest.cpp212 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()
232 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()
258 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()
285 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in TEST_P()
315 EXPECT_CALL(pciMock, pci_iterator_destroy(Eq(mockIter))).Times(1); in expectSetup()