Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1384 struct Service1; struct
1386 impl Service for Service1 { implementation
1466 Service1,
1480 dispatcher.add_service(Rc::new(Service1), cfg).expect("Could not add service 1"); in multiple_services()
1525 struct Service1<'a> { struct
1529 impl<'a> Service for Service1<'a> { implementation
1583 Service1<'a>,
1595 .add_service(Rc::new(Service1 { phantom: PhantomData }), cfg) in manager_creation()