Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp118 constexpr auto biosConfigPath = "/xyz/openbmc_project/bios_config/manager"; in setPendingAttributes() local
131 auto service = getService(bus, biosConfigPath, biosConfigIntf); in setPendingAttributes()
132 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in setPendingAttributes()
H A Dfunctions.cpp407 constexpr auto biosConfigPath = "/xyz/openbmc_project/bios_config/manager"; in setBiosAttr() local
422 method.append(biosConfigPath, std::vector<std::string>({biosConfigIntf})); in setBiosAttr()
431 entry("PATH=%s", biosConfigPath), in setBiosAttr()
437 biosConfigPath, in setBiosAttr()
/openbmc/pldm/common/
H A Dutils.hpp708 constexpr auto biosConfigPath = "/xyz/openbmc_project/bios_config/manager"; variable
729 biosConfigPath, BIOSConfigManager::interface); in getBiosAttrValue()
731 service.c_str(), biosConfigPath, BIOSConfigManager::interface, in getBiosAttrValue()
H A Dutils.cpp927 biosConfigPath, BIOSConfigManager::interface); in setBiosAttr()
929 bus.new_method_call(service.c_str(), biosConfigPath, in setBiosAttr()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp515 auto service = dbusHandler->getService(biosConfigPath, in updateBaseBIOSTableProperty()
517 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in updateBaseBIOSTableProperty()
571 auto service = dbusHandler->getService(biosConfigPath, in buildAndStoreAttrTables()
574 bus.new_method_call(service.c_str(), biosConfigPath, in buildAndStoreAttrTables()
1157 propertiesChanged(biosConfigPath, BIOSConfigManager::interface), in listenPendingAttributes()