Home
last modified time | relevance | path

Searched refs:versionIntf (Results 1 – 2 of 2) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp116 static constexpr const char* versionIntf = variable
855 auto service = ipmi::getService(*busp, versionIntf, fwDev.second); in ipmiGetFwVersionInfo()
858 *busp, service, fwDev.second, versionIntf, "Version"); in ipmiGetFwVersionInfo()
867 phosphor::logging::entry("INTERFACE=%s", versionIntf)); in ipmiGetFwVersionInfo()
876 phosphor::logging::entry("INTERFACE=%s", versionIntf)); in ipmiGetFwVersionInfo()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp53 static constexpr auto versionIntf = "xyz.openbmc_project.Software.Version"; variable
142 auto& versionProps = intfMap.at(versionIntf); in getActiveSoftwareVersionInfo()
1299 ipmi::getAllDbusObjects(ctx, softwareRoot, versionIntf, objectTree); in getSysFWVersion()
1310 ec = ipmi::getAllDbusProperties(ctx, service, objPath, versionIntf, in getSysFWVersion()