Searched refs:DfxStackInfoFormatter (Results 1 – 3 of 3) sorted by relevance
34 class DfxStackInfoFormatter {36 …DfxStackInfoFormatter(std::shared_ptr<DfxProcess> process, std::shared_ptr<ProcessDumpRequest> req… in DfxStackInfoFormatter() function38 virtual ~DfxStackInfoFormatter() {}; in ~DfxStackInfoFormatter()42 DfxStackInfoFormatter() = delete;
50 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const in GetStackInfo()66 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const in GetStackInfo()80 void DfxStackInfoFormatter::GetNativeCrashInfo(Json::Value& jsonInfo) const in GetNativeCrashInfo()131 void DfxStackInfoFormatter::GetDumpInfo(Json::Value& jsonInfo) const in GetDumpInfo()153 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()176 void DfxStackInfoFormatter::FillNativeFrame(const DfxFrame& frame, Json::Value& jsonInfo) const in FillNativeFrame()198 void DfxStackInfoFormatter::AppendThreads(const std::vector<std::shared_ptr<DfxThread>>& threads, in AppendThreads()
322 DfxStackInfoFormatter formatter(process_, request); in Dump()