Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs329 let service_process = ScopedServiceProcess::new(service_name); in test_death_notifications() localVariable
334 drop(service_process); in test_death_notifications()
354 let service_process = ScopedServiceProcess::new(service_name); in test_unregister_death_notifications() localVariable
363 drop(service_process); in test_unregister_death_notifications()
383 let service_process = ScopedServiceProcess::new(service_name); in test_death_notification_registration_lifetime() localVariable
391 drop(service_process); in test_death_notification_registration_lifetime()
/aosp12/system/memory/libmemunreachable/tests/
H A DBinder_test.cpp131 ServiceProcess service_process; in TEST_F() local
132 ASSERT_TRUE(service_process.Run()); in TEST_F()