Searched defs:TransportID (Results 1 – 5 of 5) sorted by relevance
| /system/see/authmgr/authmgr-be-impl/src/ |
| D | lib.rs | 51 transport_id: TransportID, in new() 60 fn get_self_transport_id(&self) -> Result<TransportID, Error> { in get_self_transport_id()
|
| /system/see/authmgr/authmgr-be/src/ |
| D | tests.rs | 64 transport_id: TransportID, in new() 154 fn get_peer_transport_id(&self) -> Result<TransportID, Error> { in get_peer_transport_id() 202 pub fn new(transport_id: TransportID, raw_fd: i32) -> Self { in new() 209 fn get_peer_transport_id(&self) -> Result<TransportID, Error> { in get_peer_transport_id()
|
| D | data_structures.rs | 77 transport_id: TransportID, in new() 256 pub fn remove_via_transport_id(&mut self, transport_id: TransportID) { in remove_via_transport_id() 323 pub fn remove_via_transport_id(&mut self, transport_id: TransportID) { in remove_via_transport_id() 360 pub fn new(transport_id: TransportID, capacity: usize) -> Result<Self, Error> { in new() 429 transport_id: TransportID, in insert() 458 transport_id: TransportID, in take() 468 pub fn remove_via_transport_id(&mut self, transport_id: TransportID) { in remove_via_transport_id() 539 pub fn remove_via_transport_id(&mut self, transport_id: TransportID) { in remove_via_transport_id()
|
| D | traits.rs | 39 fn get_self_transport_id(&self) -> Result<TransportID, Error>; in get_self_transport_id() 80 fn get_peer_transport_id(&self) -> Result<TransportID, Error>; in get_peer_transport_id() 118 fn get_peer_transport_id(&self) -> Result<TransportID, Error>; in get_peer_transport_id()
|
| /system/see/authmgr/authmgr-common/src/ |
| D | signed_connection_request.rs | 50 pub type TransportID = u16; typedef 200 fe_id: TransportID, in new_for_ffa_transport() 201 be_id: TransportID, in new_for_ffa_transport()
|