Home
last modified time | relevance | path

Searched refs:pimPath (Results 1 – 5 of 5) 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.cpp721 Impl obj(completeVPDFile, (constants::pimPath + inventoryPath), fruPath, in readKwFromHw()
843 constants::pimPath + in fixSystemVPD()
1174 constants::pimPath + in cleanSystemVPD()
1250 constants::pimPath + in fixSystemBackupVPD()
1256 constants::pimPath + backupInvPath); in fixSystemBackupVPD()
H A Dconst.hpp129 constexpr auto pimPath = "/xyz/openbmc_project/inventory"; variable
H A Dibm_vpd_app.cpp109 auto invPath = std::string{pimPath} + objectPath; in isFruInVpdCache()
947 (pimPath + js["frus"][vpdFilePath][0]["inventoryPath"] in parseVpdFile()
1475 getObjectSubtreeForInterfaces(pimPath, 0, interfaces); in populateDbus()
1480 (subTree.find(pimPath + mboardPath) != subTree.end())) in populateDbus()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp180 parser = ParserFactory::getParser(vpdVector, (pimPath + inventoryPath), in restoreSystemVpd()
243 "CALLOUT_INVENTORY_PATH", (pimPath + invPath).c_str()); in checkEssentialFrus()