Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dread_fru_data.cpp61 service = ipmi::getService(bus, invMgrInterface, invObjPath); in readAllProperties()
62 objPath = invObjPath + path; in readAllProperties()
92 if (path.compare(0, strlen(invObjPath), invObjPath) == 0) in processFruPropChange()
94 path.erase(0, strlen(invObjPath)); in processFruPropChange()
119 path_namespace(invObjPath) + type::signal() + in registerCallbackHandler()
H A Dread_fru_data.hpp17 static constexpr auto invObjPath = "/xyz/openbmc_project/inventory"; variable
H A Dstoragehandler.cpp725 getService(ctx, invItemInterface, invObjPath + fruPath, service); in isFruPresent()
729 ec = ipmi::getDbusProperty(ctx, service, invObjPath + fruPath, in isFruPresent()