Home
last modified time | relevance | path

Searched refs:ChannelClosed (Results 1 – 5 of 5) sorted by relevance

/trusty/user/app/keymint/unauthorized_test_app/
Dlib.rs38 assert_eq!(err1, TipcError::SystemError(trusty_sys::Error::ChannelClosed)); in test_access_policy_unauthorized()
/trusty/user/base/lib/trusty-sys/src/
Derr.rs44 ChannelClosed = ERR_CHANNEL_CLOSED, enumerator
110 ERR_CHANNEL_CLOSED => ChannelClosed, in from()
/trusty/user/base/lib/tipc/rust/src/
Derr.rs62 ChannelClosed, enumerator
Dhandle.rs247 return Err(TipcError::ChannelClosed); in send_vectored()
Dservice.rs1062 | TipcError::SystemError(Error::ChannelClosed) in run_event_loop()
1066 | TipcError::ChannelClosed in run_event_loop()