Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_command_test.cpp68 int testPid = GetProcessPid("accountmgr"); variable
69 string testCommand = "dumpcatcher -p " + to_string(testPid);
73 log[0] = log[0] + to_string(testPid);
89 int testPid = GetProcessPid("accountmgr"); variable
90 string testCommand = "dumpcatcher -p " + to_string(testPid) + " -t " + to_string(testPid);
94 log[0] = log[0] + to_string(testPid);
197 int testPid = LaunchTestHap(testAbiltyName, testBundleName); variable
198 if (testPid == 0) {
202 if (!CheckProcessComm(testPid, TRUNCATE_TEST_BUNDLE_NAME)) {
206 string procCMD = "dumpcatcher -m -p " + to_string(testPid);
[all …]
Ddumpcatcher_interfaces_test.cpp218 int testPid = GetProcessPid(oneProcessName); variable
219 if (testPid == 0) {
224 multiPid.emplace_back(testPid);
225 matchLog.emplace_back("Tid:" + std::to_string(testPid));
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp235 int testPid = GetProcessPid(name); variable
236 GTEST_LOG_(INFO) << testPid;
237 DfxCatchFrameLocal dumplog(testPid);
239 GTEST_LOG_(ERROR) << "Failed to suspend thread(" << testPid << ").";
244 bool ret = dumplog.CatchFrame(testPid, frameV, true);
/base/hiviewdfx/hidumper/test/unittest/common/
Dhidumper_innerkits_test.cpp233 int testPid = g_pid; variable
239 ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID, testPid, groupMap));
242 testPid = g_appManagerPid;
243 ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID, testPid, groupMap));