Searched refs:service_process (Results 1 – 2 of 2) sorted by relevance
329 let service_process = ScopedServiceProcess::new(service_name); in test_death_notifications() localVariable334 drop(service_process); in test_death_notifications()354 let service_process = ScopedServiceProcess::new(service_name); in test_unregister_death_notifications() localVariable363 drop(service_process); in test_unregister_death_notifications()383 let service_process = ScopedServiceProcess::new(service_name); in test_death_notification_registration_lifetime() localVariable391 drop(service_process); in test_death_notification_registration_lifetime()
131 ServiceProcess service_process; in TEST_F() local132 ASSERT_TRUE(service_process.Run()); in TEST_F()