Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Dtest-app.cpp92 bool GetTestAppProcessId(pid_t *test_app_pid) { in GetTestAppProcessId() argument
111 return StringToUInt32(pgrep_output, (uint32_t *)test_app_pid); in GetTestAppProcessId()
115 bool SetupAndStartTestApp(pid_t *test_app_pid) { in SetupAndStartTestApp() argument
129 if (GetTestAppProcessId(test_app_pid)) { in SetupAndStartTestApp()
Dtest-app.h28 bool SetupAndStartTestApp(pid_t *test_app_pid);
Dcontext.cpp124 pid_t test_app_pid = 0; in SecurityContextFromTestApp() local
125 if (!SetupAndStartTestApp(&test_app_pid)) { in SecurityContextFromTestApp()
129 return SecurityContextFromProcess(test_app_pid, context); in SecurityContextFromTestApp()