Searched refs:invObjPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | read_fru_data.cpp | 61 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 D | read_fru_data.hpp | 17 static constexpr auto invObjPath = "/xyz/openbmc_project/inventory"; variable
|
H A D | storagehandler.cpp | 725 getService(ctx, invItemInterface, invObjPath + fruPath, service); in isFruPresent() 729 ec = ipmi::getDbusProperty(ctx, service, invObjPath + fruPath, in isFruPresent()
|