Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp1142 struct SetPIDValues : std::enable_shared_from_this<SetPIDValues> struct
1144 SetPIDValues( in SetPIDValues() function
1154 SetPIDValues(const SetPIDValues&) = delete;
1155 SetPIDValues(SetPIDValues&&) = delete;
1156 SetPIDValues& operator=(const SetPIDValues&) = delete;
1157 SetPIDValues& operator=(SetPIDValues&&) = delete;
1166 std::shared_ptr<SetPIDValues> self = shared_from_this(); in run()
1476 ~SetPIDValues() in ~SetPIDValues() argument
1575 auto pid = std::make_shared<SetPIDValues>( in handlePatchManagerOpenBmc()