Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1410 struct Service2; struct
1412 impl Service for Service2 { implementation
1461 wrap_service!(WrappedService2(Service2: Service));
1467 Service2,
1484 dispatcher.add_service(Rc::new(Service2), cfg).expect("Could not add service 2"); in multiple_services()
1493 .add_service(Rc::new(WrappedService2(Service2)), cfg) in multiple_services()
1553 struct Service2<'a> { struct
1557 impl<'a> Service for Service2<'a> { implementation
1584 Service2<'a>,
1601 .add_service(Rc::new(Service2 { phantom: PhantomData }), cfg) in manager_creation()