Searched refs:ITestServiceDefaultRef (Results 1 – 2 of 2) sorted by relevance
22 self, BpTestService, ITestServiceDefault, ITestServiceDefaultRef,600 let di: ITestServiceDefaultRef = Some(Arc::new(TestDefaultImpl)); in test_default_impl()
66 fn getDefaultImpl() -> ITestServiceDefaultRef where Self: Sized { in getDefaultImpl()69 fn setDefaultImpl(d: ITestServiceDefaultRef) -> ITestServiceDefaultRef where Self: Sized { in setDefaultImpl()281 pub type ITestServiceDefaultRef = Option<std::sync::Arc<dyn ITestServiceDefault>>; typedef284 static ref DEFAULT_IMPL: std::sync::Mutex<ITestServiceDefaultRef> = std::sync::Mutex::new(None);