Home
last modified time | relevance | path

Searched defs:TipcError (Results 1 – 7 of 7) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Derr.rs32 pub enum TipcError { enum
86 impl TipcError { impl
106 impl From<TryNewError> for TipcError { implementation
115 impl From<TryReserveError> for TipcError { implementation
121 impl From<TryFromIntError> for TipcError { implementation
127 impl From<AllocError> for TipcError { implementation
/trusty/user/desktop/app/finger_guard/
Dservice.rs22 fn deserialize_authenticator_id(buffer: &[u8]) -> Result<i64, TipcError> { in deserialize_authenticator_id() argument
38 fn read_authenticator_id(&self, sensor_id: i32, user_id: i32) -> Result<i64, TipcError> { in read_authenticator_id() argument
65 fn generate_authenticator_id(&self, sensor_id: i32, user_id: i32) -> Result<i64, TipcError> { in generate_authenticator_id() argument
/trusty/user/app/authmgr/authmgr-be/lib/src/
Dserver.rs81 fn deserialize(bytes: &[u8], _handles: &mut [Option<Handle>]) -> Result<Self, TipcError> { in deserialize() argument
103 ) -> Result<ConnectResult<Self::Connection>, TipcError> { in on_connect() argument
116 ) -> Result<MessageResult, TipcError> { in on_message() argument
255 ) -> Result<ConnectResult<Self::Connection>, TipcError> { in on_connect() argument
284 ) -> Result<MessageResult, TipcError> { in on_message() argument
Dtests.rs591 fn deserialize(bytes: &[u8], _handles: &mut [Option<Handle>]) -> Result<Self, TipcError> { in test_authmgr_raw_command_without_authentication() argument
/trusty/user/base/lib/hwbcc/rust/src/
Dsrv.rs181 ) -> Result<ConnectResult<<Self as Service>::Connection>, TipcError> { in on_connect() argument
198 ) -> Result<MessageResult, TipcError> { in on_message() argument
247 ) -> Result<HwBccResponse, TipcError> { in payload_to_response() argument
/trusty/user/base/lib/system_state/rust/src/
Dlib.rs120 pub fn get_flag(&self, flag: SystemStateFlag) -> Result<u64, TipcError> { in get_flag() argument
/trusty/user/app/sample/rust-hello-world/
Dlib.rs65 fn deserialize(bytes: &[u8], _handles: &mut [Option<Handle>]) -> Result<Self, TipcError> { in deserialize() argument