Searched refs:ErrAgentClosed (Results 1 – 3 of 3) sorted by relevance
| /webrtc/stun/src/agent/ |
| H A D | agent_test.rs | 59 Error::ErrAgentClosed, in test_agent_process() 61 Error::ErrAgentClosed, in test_agent_process() 97 Error::ErrAgentClosed, in test_agent_start() 99 Error::ErrAgentClosed, in test_agent_start() 110 Error::ErrAgentClosed, in test_agent_start() 112 Error::ErrAgentClosed, in test_agent_start() 171 Error::ErrAgentClosed, in test_agent_stop() 173 Error::ErrAgentClosed, in test_agent_stop() 184 Error::ErrAgentClosed, in test_agent_stop() 186 Error::ErrAgentClosed, in test_agent_stop()
|
| /webrtc/stun/src/ |
| H A D | agent.rs | 129 return Err(Error::ErrAgentClosed); in stop_with_error() 149 return Err(Error::ErrAgentClosed); in process() 170 return Err(Error::ErrAgentClosed); in close() 176 event_body: Err(Error::ErrAgentClosed), in close() 195 return Err(Error::ErrAgentClosed); in start() 223 return Err(Error::ErrAgentClosed); in collect() 258 return Err(Error::ErrAgentClosed); in set_handler() 276 if Error::ErrAgentClosed == err { in run()
|
| H A D | error.rs | 21 ErrAgentClosed, enumerator
|