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.hpp38 virtual void pci_iterator_destroy(
67 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.cpp208 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()