Lines Matching defs:Context
36 struct Context struct
38 using ptr = std::shared_ptr<Context>;
46 Context(std::shared_ptr<sdbusplus::asio::connection> bus, NetFn netFn, in Context() argument
55 std::shared_ptr<sdbusplus::asio::connection> bus;
57 NetFn netFn;
58 uint8_t lun;
59 Cmd cmd;
60 int channel;
61 int userId;
62 uint32_t sessionId;
63 Privilege priv;
66 int rqSA;
67 int hostIdx;
68 boost::asio::yield_context yield;