Searched refs:self_t (Results 1 – 9 of 9) sorted by relevance
| /openbmc/bmcweb/http/routing/ |
| H A D | ruleparametertraits.hpp | 27 using self_t = T; typedef 30 self_t* self = static_cast<self_t*>(this); in websocket() 39 self_t* self = static_cast<self_t*>(this); in serverSentEvent() 45 self_t& methods(boost::beast::http::verb method) in methods() 47 self_t* self = static_cast<self_t*>(this); in methods() 57 self_t& methods(boost::beast::http::verb method, MethodArgs... argsMethod) in methods() 59 self_t* self = static_cast<self_t*>(this); in methods() 69 self_t& notFound() in notFound() 71 self_t* self = static_cast<self_t*>(this); in notFound() 77 self_t& methodNotAllowed() in methodNotAllowed() [all …]
|
| H A D | websocketrule.hpp | 25 using self_t = WebSocketRule; typedef in crow::WebSocketRule 57 self_t& onopen(Func f) in onopen() 64 self_t& onmessage(Func f) in onmessage() 71 self_t& onmessageex(Func f) in onmessageex() 78 self_t& onclose(Func f) in onclose() 85 self_t& onerror(Func f) in onerror()
|
| H A D | sserule.hpp | 23 using self_t = SseSocketRule; typedef in crow::SseSocketRule 43 self_t& onopen(Func f) in onopen() 50 self_t& onclose(Func f) in onclose()
|
| H A D | taggedrule.hpp | 24 using self_t = TaggedRule<Args...>; typedef in crow::TaggedRule
|
| /openbmc/sdbusplus/include/sdbusplus/asio/detail/ |
| H A D | async_send_handler.hpp | 48 using self_t = unpack_userdata<CompletionToken>; in do_unpack() typedef 49 std::unique_ptr<self_t> context(static_cast<self_t*>(userdata)); in do_unpack()
|
| /openbmc/bmcweb/http/ |
| H A D | websocket_impl.hpp | 47 using self_t = ConnectionImpl<Adaptor>; typedef in crow::websocket::ConnectionImpl 124 std::bind_front(&self_t::acceptDone, this, in start() 276 ws.async_read(inBuffer, std::bind_front(&self_t::afterRead, this, in doRead() 323 std::bind_front(&self_t::afterWrite, this, shared_from_this())); in doWrite()
|
| H A D | http_server.hpp | 42 using self_t = Server<Handler, Adaptor>; typedef in crow::Server 167 std::bind_front(&self_t::afterAccept, this, std::move(socket), in doAccept()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfishoemrule.hpp | 37 using self_t = OemRule<Args...>; typedef in redfish::OemRule
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 232 using self_t = coroutine_method_instance<CallbackType>; typedef in sdbusplus::asio::coroutine_method_instance 243 boost::asio::spawn(io_, std::bind_front(&self_t::after_spawn, this, b), in operator ()()
|