Home
last modified time | relevance | path

Searched refs:biosConfigMgrService (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp294 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in saveFcoToBios()
363 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in saveAmmToBios()
493 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in saveCreateDefaultLparToBios()
604 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in saveClearNvramToBios()
710 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in saveKeepAndClearToBios()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp41 constexpr auto biosConfigMgrService = "xyz.openbmc_project.BIOSConfigManager"; variable
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp156 constexpr auto biosConfigMgrService = "xyz.openbmc_project.BIOSConfigManager";
158 constexpr auto biosConfigMgrService = "xyz.openbmc_project.BIOSConfigManager"; global() variable
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp347 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in biosGetAttributeMethodCall()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp475 !utils::isServiceRunning(constants::biosConfigMgrService)) in cleanSystemVpd()