Home
last modified time | relevance | path

Searched refs:g_testPid (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp31 static int g_testPid = 0; member
46 g_testPid = LaunchTestHap(testAbiltyName, testBundleName); in SetUpTestCase()
111 bool isSuccess = g_testPid != 0; in HWTEST_F()
117 isSuccess = CheckProcessComm(g_testPid, TRUNCATE_TEST_BUNDLE_NAME); in HWTEST_F()
123 string testCommand = "dumpcatcher -p " + to_string(g_testPid); in HWTEST_F()
127 log[0] = log[0] + to_string(g_testPid); in HWTEST_F()
143 bool isSuccess = g_testPid != 0; in HWTEST_F()
149 isSuccess = CheckProcessComm(g_testPid, TRUNCATE_TEST_BUNDLE_NAME); in HWTEST_F()
155 string testCommand = "dumpcatcher -p " + to_string(g_testPid) + " -t " + to_string(g_testPid); in HWTEST_F()
[all...]
H A Ddumpcatcher_interfaces_test.cpp52 int g_testPid = 0; member
59 g_testPid = LaunchTestHap(testAbiltyName, testBundleName); in SetUpTestCase()
364 bool isSuccess = g_testPid != 0; in HWTEST_F()
370 isSuccess = CheckProcessComm(g_testPid, TRUNCATE_TEST_BUNDLE_NAME); in HWTEST_F()
378 bool ret = dumplog.DumpCatch(g_testPid, 0, msg); in HWTEST_F()
381 log[0] += std::to_string(g_testPid); in HWTEST_F()
398 bool isSuccess = g_testPid != 0; in HWTEST_F()
404 isSuccess = CheckProcessComm(g_testPid, TRUNCATE_TEST_BUNDLE_NAME); in HWTEST_F()
412 bool ret = dumplog.DumpCatch(g_testPid, g_testPid, ms in HWTEST_F()
[all...]

Completed in 2 milliseconds