Searched refs:push_request_cb_ (Results 1 – 2 of 2) sorted by relevance
55 void request_impl::on_push(request_cb cb) { push_request_cb_ = std::move(cb); } in on_push()58 if (push_request_cb_) { in call_on_push()59 push_request_cb_(push_req); in call_on_push()
84 request_cb push_request_cb_; variable