Searched refs:biosConfigPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | utils.cpp | 118 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 D | functions.cpp | 407 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 D | bios_config.cpp | 505 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()
|