Home
last modified time | relevance | path

Searched refs:handlerDumper (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dhandler_checker_test.cpp133 HandlerDumper handlerDumper; variable
134 handler->Dump(handlerDumper);
135 std::string ret = handlerDumper.GetDumpInfo();
140 ASSERT_EQ(handlerDumper.GetTag(), "");
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_inner_test/
H A Dappfreeze_inner_test.cpp227 MainHandlerDumper handlerDumper; variable
228 handlerDumper.Dump(msgContent);
229 EXPECT_EQ(msgContent, handlerDumper.GetDumpInfo());
241 MainHandlerDumper handlerDumper; variable
242 EXPECT_EQ("", handlerDumper.GetTag());
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dhandler_checker.cpp69 HandlerDumper handlerDumper; in GetDumpInfo() local
70 handler_->Dump(handlerDumper); in GetDumpInfo()
71 ret = handlerDumper.GetDumpInfo(); in GetDumpInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp94 MainHandlerDumper handlerDumper; in GetMainHandlerDump() local
96 mainHandler->Dump(handlerDumper); in GetMainHandlerDump()
97 msgContent += handlerDumper.GetDumpInfo(); in GetMainHandlerDump()
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp784 auto handlerDumper = new FormRender::HandlerDumper(); variable
785 handlerDumper->Dump("FormRenderRecordTest_041");
786 EXPECT_EQ("FormRenderRecordTest_041", handlerDumper->GetDumpInfo());
787 EXPECT_EQ("", handlerDumper->GetTag());
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp354 HandlerDumper handlerDumper; in DumpEventHandler() local
355 eventHandler_->Dump(handlerDumper); in DumpEventHandler()