Home
last modified time | relevance | path

Searched refs:ErrAgentClosed (Results 1 – 3 of 3) sorted by relevance

/webrtc/stun/src/agent/
H A Dagent_test.rs59 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 Dagent.rs129 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 Derror.rs21 ErrAgentClosed, enumerator