Searched refs:Connection (Results 1 – 6 of 6) sorted by relevance
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 158 Connection(D::Connection), enumerator 165 ChannelTy::Connection(_) => write!(f, "ChannelTy::Connection"), in fmt() 184 ChannelTy::Connection(..) => true, in is_connection() 226 fn try_new_connection(handle: Handle, data: D::Connection) -> Result<Rc<Self>> { in try_new_connection() 227 Ok(Rc::try_new(Self { handle, ty: ChannelTy::Connection(data) })?) in try_new_connection() 374 type Connection; typedef 388 ) -> Result<ConnectResult<Self::Connection>>; in on_connect() argument 399 connection: &Self::Connection, in on_message() argument 405 fn on_disconnect(&self, _connection: &Self::Connection) {} in on_disconnect() argument 411 type Connection; typedef [all …]
|
/trusty/user/app/sample/hwwsk/ |
D | main.rs | 26 type Connection = (); typedef 34 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 43 _connection: &Self::Connection, in on_message() argument
|
/trusty/user/app/secretkeeper/ |
D | lib.rs | 121 type Connection = (); typedef 129 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 136 _connection: &Self::Connection, in on_message() argument 155 type Connection = (); typedef 163 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 170 _connection: &Self::Connection, in on_message() argument 188 type Connection = (); typedef 196 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 203 _connection: &Self::Connection, in on_message() argument
|
/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 187 type Connection = (); typedef 195 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 246 _connection: &Self::Connection, in on_message() argument 253 fn on_disconnect(&self, _connection: &Self::Connection) { in on_disconnect() argument
|
/trusty/user/app/sample/rust-hello-world/ |
D | lib.rs | 110 type Connection = (); typedef 121 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 129 _connection: &Self::Connection, in on_message() argument
|
/trusty/user/app/keymint/ |
D | ipc_manager.rs | 125 type Connection = Context; typedef 133 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 140 _connection: &Self::Connection, in on_message() argument 392 type Connection = Context; typedef 400 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 407 _connection: &Self::Connection, in on_message() argument 490 type Connection = Context; typedef 498 ) -> tipc::Result<ConnectResult<Self::Connection>> { in on_connect() argument 509 connection: &Self::Connection, in on_message() argument
|