Searched defs:agent (Results 1 – 6 of 6) sorted by relevance
58 pub(crate) agent: Mutex<Option<Arc<ice::agent::Agent>>>, field87 let mut agent = self.agent.lock().await; in create_agent() localVariable210 let agent = { in close() localVariable286 let agent = self.agent.lock().await; in get_agent() localVariable
4 pub mod agent; module
8 pub mod agent; module
411 let agent = Agent::new(Some(handler_tx)); in run() localVariable
192 let agent = Self { in new() localVariable
1771 let agent = Agent::new(AgentConfig::default()).await?; in test_agent_restart_during_gather() localVariable1792 let agent = Agent::new(AgentConfig::default()).await?; in test_agent_restart_when_closed() localVariable