Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp1120 struct SetPIDValues : std::enable_shared_from_this<SetPIDValues> struct
1122 SetPIDValues( in SetPIDValues() argument
1132 SetPIDValues(const SetPIDValues&) = delete;
1133 SetPIDValues(SetPIDValues&&) = delete;
1134 SetPIDValues& operator=(const SetPIDValues&) = delete;
1135 SetPIDValues& operator=(SetPIDValues&&) = delete;
1144 std::shared_ptr<SetPIDValues> self = shared_from_this(); in run()
1452 ~SetPIDValues() in ~SetPIDValues() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp955 auto pid = std::make_shared<SetPIDValues>( in requestRoutesManager()