Home
last modified time | relevance | path

Searched defs:TransportID (Results 1 – 5 of 5) sorted by relevance

/system/see/authmgr/authmgr-be-impl/src/
Dlib.rs51 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/
Dtests.rs64 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()
Ddata_structures.rs77 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()
Dtraits.rs39 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/
Dsigned_connection_request.rs50 pub type TransportID = u16; typedef
200 fe_id: TransportID, in new_for_ffa_transport()
201 be_id: TransportID, in new_for_ffa_transport()