Home
last modified time | relevance | path

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

/system/core/init/test_kill_services/
Dinit_kill_services_test.cpp28 const std::string pid_prop = "init.svc_debug_pid." + service_name; in ExpectKillingServiceRecovers() local
30 const std::string initial_pid = GetProperty(pid_prop, ""); in ExpectKillingServiceRecovers()
33 EXPECT_NE("", initial_pid) << pid_prop; in ExpectKillingServiceRecovers()
43 const std::string& pid = GetProperty(pid_prop, ""); in ExpectKillingServiceRecovers()