Home
last modified time | relevance | path

Searched refs:getMatch (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp71 virtual const struct pci_id_match* getMatch() const = 0;
82 const struct pci_id_match* getMatch() const override in getMatch() function in host_tool::__anond86d8cb60111::NuvotonDevice
148 const struct pci_id_match* getMatch() const override in getMatch() function in host_tool::__anond86d8cb60111::AspeedDevice
204 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
220 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
240 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
267 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
297 pci_id_match_iterator_create(PciIdMatch(param->getMatch()))) in expectSetup()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.hpp33 std::string getMatch(const std::string& path);
H A Ddbusutil.cpp146 std::string getMatch(const std::string& path) in getMatch() function
H A Ddbuspassive.cpp132 ReadInterface(), _signal(bus, getMatch(path), dbusHandleSignal, this), in DbusPassive()