Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp27 constants::pldmServiceName), in checkAndListenPldmService()
43 (l_name.compare(constants::pldmServiceName) == in checkAndListenPldmService()
58 if (dbusUtility::isServiceRunning(constants::pldmServiceName)) in checkAndListenPldmService()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp152 constexpr auto pldmServiceName = "xyz.openbmc_project.PLDM";
154 constexpr auto pldmServiceName = "xyz.openbmc_project.PLDM"; global() variable