Searched defs:user_channel (Results 1 – 4 of 4) sorted by relevance
261 auto user_channel = std::make_unique<DynamicChannel>(new_channel, handler_, link_); in on_security_result_for_incoming() local297 …std::unique_ptr<DynamicChannel> user_channel = std::make_unique<DynamicChannel>(new_channel, handl… in OnConnectionResponse() local
230 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation()
356 …std::unique_ptr<DynamicChannel> user_channel = std::make_unique<DynamicChannel>(channel, handler_); in OnConfigurationRequest() local565 …std::unique_ptr<DynamicChannel> user_channel = std::make_unique<DynamicChannel>(channel, handler_); in OnConfigurationResponse() local
257 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation()