Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp402 fs::path path{ipmi::sensor::inventoryRoot}; in assertion()
419 fs::path path{ipmi::sensor::inventoryRoot};
H A Ddcmihandler.cpp450 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in readAssetTag()
477 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in writeAssetTag()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp109 constexpr auto inventoryRoot = "/xyz/openbmc_project/inventory"; variable