Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp241 constexpr auto versionIntf = "xyz.openbmc_project.Software.Version"; in populatefwVersion() local
243 fwRunningVersion.c_str(), "Version", versionIntf); in populatefwVersion()
/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.cpp54 static constexpr auto versionIntf = "xyz.openbmc_project.Software.Version"; variable
143 auto& versionProps = intfMap.at(versionIntf); in getActiveSoftwareVersionInfo()