Lines Matching refs:ScopedServiceProcess
222 pub struct ScopedServiceProcess(Child); struct
224 impl ScopedServiceProcess { implementation
248 impl Drop for ScopedServiceProcess { implementation
279 let _process = ScopedServiceProcess::new(service_name); in trivial_client()
288 let _process = ScopedServiceProcess::new(service_name); in get_selinux_context()
329 let service_process = ScopedServiceProcess::new(service_name); in test_death_notifications()
354 let service_process = ScopedServiceProcess::new(service_name); in test_unregister_death_notifications()
383 let service_process = ScopedServiceProcess::new(service_name); in test_death_notification_registration_lifetime()
410 let _process = ScopedServiceProcess::new(service_name); in test_misc_ibinder()
441 let _process = ScopedServiceProcess::new(service_name); in test_extensions()
453 let _process = ScopedServiceProcess::new_with_extension(service_name, extension_name); in test_extensions()