Lines Matching refs:TestService
58 let mut service = Binder::new(BnTest(Box::new(TestService::new(&service_name)))); in main()
62 BnTest::new_binder(TestService::new(&extension_name), BinderFeatures::default()); in main()
81 struct TestService { struct
86 impl TestService { implementation
120 impl Interface for TestService { implementation
128 impl ITest for TestService { implementation
388 use super::{BnTest, IATest, ITest, ITestSameDescriptor, TestService, RUST_SERVICE_BINARY};
880 let service = Binder::new(BnTest(Box::new(TestService::new("testing_service")))); in associate_existing_class()
894 BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()) in reassociate_rust_binder()
906 let service = BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_upgrade()
920 BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_upgrade_dead()
931 let service = BnTest::new_binder(TestService::new(service_name), BinderFeatures::default()); in weak_binder_clone()
948 BnTest::new_binder(TestService::new("testing_service1"), BinderFeatures::default()); in binder_ord()
950 BnTest::new_binder(TestService::new("testing_service2"), BinderFeatures::default()); in binder_ord()
960 BnTest::new_binder(TestService::new("testing_service1"), BinderFeatures::default()); in binder_parcel_mixup()
962 BnTest::new_binder(TestService::new("testing_service2"), BinderFeatures::default()); in binder_parcel_mixup()