Searched refs:biosConfigIntf (Results 1 – 3 of 3) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | utils.cpp | 119 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 D | functions.cpp | 408 constexpr auto biosConfigIntf = "xyz.openbmc_project.BIOSConfig.Manager"; in setBiosAttr() local 422 method.append(biosConfigPath, std::vector<std::string>({biosConfigIntf})); in setBiosAttr() 432 entry("INTERFACE=%s", biosConfigIntf)); in setBiosAttr() 439 method.append(biosConfigIntf, "PendingAttributes", in setBiosAttr()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 68 static constexpr const char* biosConfigIntf = variable 203 getService(*dbus, biosConfigIntf, biosConfigBaseMgrPath); in getPendingList() 422 "org.freedesktop.DBus.Properties", "Set", biosConfigIntf, in sendAllAttributes() 502 getService(*dbus, biosConfigIntf, biosConfigBaseMgrPath); in getResetBIOSSettings() 504 biosConfigIntf, resetBIOSSettingsProp); in getResetBIOSSettings() 852 std::string service = getService(*dbus, biosConfigIntf, in ipmiOEMSetPayload()
|