Home
last modified time | relevance | path

Searched refs:getUpdateService (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp68 std::string getUpdateService(const std::string& psuInventoryPath) const in getUpdateService() function in TestActivation
70 return activation->getUpdateService(psuInventoryPath); in getUpdateService()
102 TEST_F(TestActivation, getUpdateService) in TEST_F() argument
114 auto service = getUpdateService(psuInventoryPath); in TEST_F()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp129 psuUpdateUnit = getUpdateService(currentUpdatingPsu); in doUpdate()
416 std::string Activation::getUpdateService(const std::string& psuInventoryPath) in getUpdateService() function in phosphor::software::updater::Activation
H A Dactivation.hpp255 std::string getUpdateService(const std::string& psuInventoryPath);
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp1448 .privileges(redfish::privileges::getUpdateService) in requestRoutesUpdateService()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dprivilege_registry.hpp2014 const static auto& getUpdateService = privilegeSetLogin; variable