Searched refs:ScopedServiceProcess (Results 1 – 1 of 1) sorted by relevance
222 pub struct ScopedServiceProcess(Child); struct224 impl ScopedServiceProcess { impl248 impl Drop for ScopedServiceProcess { implementation279 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()[all …]