Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dcatchframe_local_test.cpp82 std::vector<DfxFrame> frameV; variable
83 ret = dumplog.CatchFrame(gettid(), frameV);
86 EXPECT_GT(frameV.size(), 0) << "CatchFrameLocalTest001 Failed";
107 std::vector<DfxFrame> frameV; variable
110 ret = dumplog.CatchFrame(g_testPid, frameV);
113 EXPECT_EQ(frameV.size(), 0) << "CatchFrameLocalTest002 Failed";
128 std::vector<DfxFrame> frameV; variable
129 bool ret = dumplog.CatchFrame(gettid(), frameV, true);
147 std::vector<DfxFrame> frameV; variable
148 bool ret = dumplog.CatchFrame(-11, frameV, true);
[all …]
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp241 std::vector<DfxFrame> frameV; variable
244 bool ret = dumplog.CatchFrame(testPid, frameV, true);