Searched refs:testPid (Results 1 – 4 of 4) sorted by relevance
68 int testPid = GetProcessPid("accountmgr"); variable69 string testCommand = "dumpcatcher -p " + to_string(testPid);73 log[0] = log[0] + to_string(testPid);89 int testPid = GetProcessPid("accountmgr"); variable90 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); variable198 if (testPid == 0) {202 if (!CheckProcessComm(testPid, TRUNCATE_TEST_BUNDLE_NAME)) {206 string procCMD = "dumpcatcher -m -p " + to_string(testPid);[all …]
218 int testPid = GetProcessPid(oneProcessName); variable219 if (testPid == 0) {224 multiPid.emplace_back(testPid);225 matchLog.emplace_back("Tid:" + std::to_string(testPid));
235 int testPid = GetProcessPid(name); variable236 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);
233 int testPid = g_pid; variable239 ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID, testPid, groupMap));242 testPid = g_appManagerPid;243 ASSERT_TRUE(getHeapInfo->GetInfo(MemoryFilter::APPOINT_PID, testPid, groupMap));