Home
last modified time | relevance | path

Searched refs:add_service (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/
Dtidl.h232 int add_service(HandleSet hset) { in add_service() function
241 int rc = add_service(hset); in run_service()
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs805 …fn add_service<T>(&mut self, service: alloc::rc::Rc<T>, port: $crate::PortCfg) -> $crate::Result<(…
1480 dispatcher.add_service(Rc::new(Service1), cfg).expect("Could not add service 1"); in multiple_services()
1484 dispatcher.add_service(Rc::new(Service2), cfg).expect("Could not add service 2"); in multiple_services()
1488 dispatcher.add_service(Rc::new(Service3), cfg).expect("Could not add service 3"); in multiple_services()
1493 .add_service(Rc::new(WrappedService2(Service2)), cfg) in multiple_services()
1499 .add_service(Rc::new(WrappedService3(Service3)), cfg) in multiple_services()
1595 .add_service(Rc::new(Service1 { phantom: PhantomData }), cfg) in manager_creation()
1601 .add_service(Rc::new(Service2 { phantom: PhantomData }), cfg) in manager_creation()
/trusty/user/app/secretkeeper/
Dlib.rs246 dispatcher.add_service(Rc::new(service), cfg).map_err(|e| { in add_service_port()
/trusty/user/app/keymint/
Dipc_manager.rs585 dispatcher.add_service(Rc::new(ns_service), cfg).map_err(|e| { in handle_port_connections()
598 dispatcher.add_service(Rc::new(sec_service), cfg).map_err(|e| { in handle_port_connections()
612 dispatcher.add_service(Rc::new(legacy_service), cfg).map_err(|e| { in handle_port_connections()