Lines Matching refs:unwRet
58 bool unwRet = DfxPtrace::Attach(pid);
59 EXPECT_EQ(true, unwRet) << "UnwinderPacTest001: Attach:" << unwRet;
67 unwRet = unwinder->Unwind(&context);
68 EXPECT_EQ(true, unwRet) << "UnwinderPacTest001: Unwind:" << unwRet;
97 bool unwRet = DfxPtrace::Attach(pid);
98 EXPECT_EQ(true, unwRet) << "UnwinderPacTest002: Attach:" << unwRet;
104 unwRet = unwinder->UnwindByFp(&context);
105 ASSERT_TRUE(unwRet) << "UnwinderPacTest002: unwRet:" << unwRet;