Home
last modified time | relevance | path

Searched refs:biosConfigIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp119 constexpr auto biosConfigIntf = "xyz.openbmc_project.BIOSConfig.Manager"; in setPendingAttributes() local
131 auto service = getService(bus, biosConfigPath, biosConfigIntf); in setPendingAttributes()
134 method.append(biosConfigIntf, "PendingAttributes", in setPendingAttributes()
H A Dfunctions.cpp389 constexpr auto biosConfigIntf = "xyz.openbmc_project.BIOSConfig.Manager"; in setBiosAttr() local
403 method.append(biosConfigPath, std::vector<std::string>({biosConfigIntf})); in setBiosAttr()
413 entry("INTERFACE=%s", biosConfigIntf)); in setBiosAttr()
420 method.append(biosConfigIntf, "PendingAttributes", in setBiosAttr()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp68 static constexpr const char* biosConfigIntf = variable
202 std::string service = getService(*dbus, biosConfigIntf, in getPendingList()
422 "org.freedesktop.DBus.Properties", "Set", biosConfigIntf, in sendAllAttributes()
501 std::string service = getService(*dbus, biosConfigIntf, in getResetBIOSSettings()
504 biosConfigIntf, resetBIOSSettingsProp); in getResetBIOSSettings()
852 std::string service = getService(*dbus, biosConfigIntf, in ipmiOEMSetPayload()