Searched refs:poll_handler (Results 1 – 1 of 1) sorted by relevance
227 std::shared_ptr<PollConnectionHandler> poll_handler; in DoPost() local243 poll_handler = poll_store_->Get(conn_id); in DoPost()244 if (!poll_handler) { in DoPost()250 return DoPostInner(poll_handler, json_message); in DoPost()254 std::shared_ptr<PollConnectionHandler> poll_handler) { in Poll() argument255 if (!poll_handler) { in Poll()259 auto messages = poll_handler->PollMessages(); in Poll()273 std::shared_ptr<PollConnectionHandler> poll_handler, in DoPostInner() argument288 poll_handler = std::make_shared<PollConnectionHandler>(); in DoPostInner()289 poll_handler->SetClientId(device_handler->RegisterClient(poll_handler)); in DoPostInner()[all …]