Searched refs:pci_id_match_iterator_create (Results 1 – 5 of 5) sorted by relevance
26 struct pci_device_iterator* PciAccessImpl::pci_id_match_iterator_create( in pci_id_match_iterator_create() function in host_tool::PciAccessImpl29 return ::pci_id_match_iterator_create(match); in pci_id_match_iterator_create()
36 virtual struct pci_device_iterator* pci_id_match_iterator_create(65 struct pci_device_iterator* pci_id_match_iterator_create(
57 It it(pci->pci_id_match_iterator_create(match), pci); in PciAccessBridge()
13 MOCK_METHOD(struct pci_device_iterator*, pci_id_match_iterator_create,
203 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()219 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()239 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()266 EXPECT_CALL(pciMock, pci_id_match_iterator_create( in TEST_P()297 pci_id_match_iterator_create(PciIdMatch(param->getMatch()))) in expectSetup()