Home
last modified time | relevance | path

Searched refs:pimIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dcommon_utility.cpp57 auto service = getService(bus, pimPath, pimIntf); in callPIM()
59 bus.new_method_call(service.c_str(), pimPath, pimIntf, "Notify"); in callPIM()
H A Dvpd_tool_impl.cpp800 constants::pimIntf, in getSystemDataFromCache()
806 constants::pimIntf, in getSystemDataFromCache()
812 constants::pimIntf, in getSystemDataFromCache()
818 constants::pimIntf, in getSystemDataFromCache()
H A Dconst.hpp130 constexpr auto pimIntf = "xyz.openbmc_project.Inventory.Manager"; variable