Searched refs:create_channel (Results 1 – 6 of 6) sorted by relevance
125 let (tx, rx) = Stack::create_channel(); in main()126 let (api_tx, api_rx) = interface_manager::InterfaceManager::create_channel(); in main()
35 pub fn create_channel() -> (Sender<APIMessage>, Receiver<APIMessage>) { in create_channel() method
287 let (tx, _) = Stack::create_channel(); in test_set_service_allowed()339 let (tx, _) = Stack::create_channel(); in test_config()
124 let (tx, _rx) = crate::Stack::create_channel(); in test_add_and_remove()
205 pub fn create_channel() -> (Sender<Message>, Receiver<Message>) { in create_channel() method
4335 let (tx, _rx) = crate::Stack::create_channel(); in test_context_map_clients()4391 let (tx, _rx) = crate::Stack::create_channel(); in test_context_map_connections()