Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.h73 class PollConnectionHandler; variable
79 std::shared_ptr<PollConnectionHandler> Get(const std::string& conn_id) const;
80 std::string Add(std::shared_ptr<PollConnectionHandler> handler);
82 std::map<std::string, std::shared_ptr<PollConnectionHandler>>
95 virtual HttpStatusCode DoPostInner(std::shared_ptr<PollConnectionHandler>,
98 HttpStatusCode Poll(std::shared_ptr<PollConnectionHandler>);
113 HttpStatusCode DoPostInner(std::shared_ptr<PollConnectionHandler>,
124 HttpStatusCode DoPostInner(std::shared_ptr<PollConnectionHandler>,
133 HttpStatusCode DoPostInner(std::shared_ptr<PollConnectionHandler>,
Dclient_handler.cpp145 class PollConnectionHandler : public ClientHandler { class
147 PollConnectionHandler() = default;
183 std::shared_ptr<PollConnectionHandler> PollConnectionStore::Get( in Get()
191 std::string PollConnectionStore::Add(std::shared_ptr<PollConnectionHandler> handler) { in Add()
227 std::shared_ptr<PollConnectionHandler> poll_handler; in DoPost()
254 std::shared_ptr<PollConnectionHandler> poll_handler) { in Poll()
273 std::shared_ptr<PollConnectionHandler> poll_handler, in DoPostInner()
288 poll_handler = std::make_shared<PollConnectionHandler>(); in DoPostInner()
309 std::shared_ptr<PollConnectionHandler> poll_handler, in DoPostInner()
340 std::shared_ptr<PollConnectionHandler> poll_handler, in DoPostInner()