Home
last modified time | relevance | path

Searched refs:biosConfigPath (Results 1 – 3 of 3) 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.cpp388 constexpr auto biosConfigPath = "/xyz/openbmc_project/bios_config/manager"; in setBiosAttr() local
403 method.append(biosConfigPath, std::vector<std::string>({biosConfigIntf})); in setBiosAttr()
412 entry("PATH=%s", biosConfigPath), in setBiosAttr()
418 biosConfigPath, in setBiosAttr()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp504 constexpr static auto biosConfigPath = in updateBaseBIOSTableProperty() local
519 auto service = dbusHandler->getService(biosConfigPath, in updateBaseBIOSTableProperty()
521 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in updateBaseBIOSTableProperty()