Searched refs:node_dispatcher_ (Results 1 – 1 of 1) sorted by relevance
222 node_dispatcher_ = std::make_unique<protocol::UberDispatcher>(this); in ChannelImpl()225 tracing_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()228 worker_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()231 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()252 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage()257 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage()324 std::unique_ptr<protocol::UberDispatcher> node_dispatcher_; member in node::inspector::__anon3f0d7d490111::ChannelImpl