Home
last modified time | relevance | path

Searched refs:PortCfg (Results 1 – 9 of 9) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs75 pub struct PortCfg { struct
82 impl PortCfg { argument
123 impl TryClone for PortCfg { implementation
155 Port(PortCfg),
205 pub(crate) fn try_new_port(cfg: &PortCfg) -> Result<Rc<Self>> { in try_new_port()
385 port: &PortCfg, in on_connect() argument
419 port: &PortCfg, in on_connect() argument
455 port: &PortCfg, in on_connect() argument
545 port: &$crate::PortCfg,
573 port: &$crate::PortCfg,
[all …]
Dlib.rs44 pub use service::{Dispatcher, Manager, PortCfg, Service, UnbufferedService, Uuid};
Dhandle.rs495 &crate::PortCfg::new("com.android.tipc.handle_probe").unwrap(), in first_free_handle_index()
/trusty/user/app/sample/hwwsk/
Dmain.rs20 use tipc::{ConnectResult, Handle, Manager, MessageResult, PortCfg, Service, Uuid};
31 _port: &PortCfg, in on_connect() argument
63 let cfg = PortCfg::new("com.android.trusty.hwwsk") in main()
/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_ipc_server.rs23 use tipc::{Manager, PortCfg, Uuid};
34 let cfg = PortCfg::new(RUST_SERVICE_PORT.to_str().expect("should not happen, valid utf-8")) in main_loop()
/trusty/user/app/secretkeeper/
Dlib.rs28 service_dispatcher, ConnectResult, Deserialize, Handle, Manager, MessageResult, PortCfg,
126 _port: &PortCfg, in on_connect() argument
160 _port: &PortCfg, in on_connect() argument
193 _port: &PortCfg, in on_connect() argument
235 let cfg = PortCfg::new(port_name) in add_service_port()
/trusty/user/app/sample/rust-hello-world/
Dlib.rs20 ConnectResult, Deserialize, Handle, Manager, MessageResult, PortCfg, Serialize, Serializer,
118 _port: &PortCfg, in on_connect() argument
169 let cfg = PortCfg::new(HELLO_TRUSTY_PORT_NAME) in init_and_start_loop()
/trusty/user/base/lib/unittest-rust/src/
Dlib.rs37 ConnectResult, Handle, Manager, MessageResult, PortCfg, Serialize, Serializer, Service, Uuid,
192 _port: &PortCfg, in on_connect() argument
273 let cfg = PortCfg::new(port_str) in test_main_static_abort()
/trusty/user/app/keymint/
Dipc_manager.rs40 service_dispatcher, ConnectResult, Deserialize, Handle, Manager, MessageResult, PortCfg,
130 _port: &PortCfg, in on_connect() argument
397 _port: &PortCfg, in on_connect() argument
495 _port: &PortCfg, in on_connect() argument
574 let cfg = PortCfg::new(KM_NS_TIPC_SRV_PORT) in handle_port_connections()
588 let cfg = PortCfg::new(KM_SEC_TIPC_SRV_PORT) in handle_port_connections()
601 let cfg = PortCfg::new(KM_NS_LEGACY_TIPC_SRV_PORT) in handle_port_connections()