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.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/libpldmresponder/
H A Dbios_config.cpp505 constexpr static auto biosConfigPath = in updateBaseBIOSTableProperty() local
521 dbusHandler->getService(biosConfigPath, biosConfigInterface); in updateBaseBIOSTableProperty()
522 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in updateBaseBIOSTableProperty()