Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp381 fs::path path{ipmi::sensor::inventoryRoot}; in assertion()
398 fs::path path{ipmi::sensor::inventoryRoot};
H A Ddcmihandler.cpp198 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in readAssetTag()
225 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in writeAssetTag()
H A Dapphandler.cpp855 ctx, uuidInterface, ipmi::sensor::inventoryRoot, objectInfo); in ipmiAppGetSystemGuid()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp108 constexpr auto inventoryRoot = "/xyz/openbmc_project/inventory"; variable