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
150 const struct pci_id_match* getMatch() const override in getMatch() function in host_tool::__anond86d8cb60111::AspeedDevice
208 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
224 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
244 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
271 PciIdMatch(GetParam()->getMatch()))) in TEST_P()
301 pci_id_match_iterator_create(PciIdMatch(param->getMatch()))) in expectSetup()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.hpp32 std::string getMatch(const std::string& path);
H A Ddbusutil.cpp124 std::string getMatch(const std::string& path) in getMatch() function
H A Ddbuspassive.cpp97 _signal(bus, getMatch(path), dbusHandleSignal, this), _id(id), in DbusPassive()