Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp1375 struct SetPIDValues : std::enable_shared_from_this<SetPIDValues> struct
1377 SetPIDValues( in SetPIDValues() function
1387 SetPIDValues(const SetPIDValues&) = delete;
1388 SetPIDValues(SetPIDValues&&) = delete;
1389 SetPIDValues& operator=(const SetPIDValues&) = delete;
1390 SetPIDValues& operator=(SetPIDValues&&) = delete;
1399 std::shared_ptr<SetPIDValues> self = shared_from_this(); in run()
1707 ~SetPIDValues() in ~SetPIDValues() argument
2373 auto pid = std::make_shared<SetPIDValues>( in requestRoutesManager()