Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/routing/
H A Druleparametertraits.hpp27 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 Dwebsocketrule.hpp25 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 Dsserule.hpp23 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 Dtaggedrule.hpp24 using self_t = TaggedRule<Args...>; typedef in crow::TaggedRule
/openbmc/sdbusplus/include/sdbusplus/asio/detail/
H A Dasync_send_handler.hpp48 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 Dhttp_server.hpp42 using self_t = Server<Handler, Adaptor>; typedef in crow::Server
167 std::bind_front(&self_t::afterAccept, this, std::move(socket), in doAccept()
H A Dwebsocket_impl.hpp47 using self_t = ConnectionImpl<Adaptor>; typedef in crow::websocket::ConnectionImpl
124 std::bind_front(&self_t::acceptDone, this, in start()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp227 using self_t = coroutine_method_instance<CallbackType>; typedef in sdbusplus::asio::coroutine_method_instance
238 boost::asio::spawn(io_, std::bind_front(&self_t::after_spawn, this, b), in operator ()()