Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs222 pub struct ScopedServiceProcess(Child); struct
224 impl ScopedServiceProcess { impl
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()
[all …]