Home
last modified time | relevance | path

Searched refs:GetStackInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.h39 bool GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const;
44 bool GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const;
H A Ddfx_stack_info_formatter.cpp50 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const in GetStackInfo() function in OHOS::HiviewDFX::DfxStackInfoFormatter
56 if (!GetStackInfo(isJsonDump, jsonInfo)) { in GetStackInfo()
66 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const in GetStackInfo() function in OHOS::HiviewDFX::DfxStackInfoFormatter
H A Dprocess_dumper.cpp323 formatter.GetStackInfo(isJsonDump_, jsonInfo); in Dump()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h87 void GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const;
H A Dfaultlogger.cpp844 GetStackInfo(info, stackInfo); in ReportCppCrashToAppEvent()
859 void Faultlogger::GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const in GetStackInfo() function in OHOS::HiviewDFX::Faultlogger
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h196 std::unique_ptr<JsonValue> GetStackInfo(ContentInfoType type);
H A Dfrontend_delegate_declarative_ng.cpp1188 jsonContentInfo->Put("stackInfo", pageRouterManager_->GetStackInfo(type)); in GetContentInfo()
H A Dpage_router_manager.cpp953 std::unique_ptr<JsonValue> PageRouterManager::GetStackInfo(ContentInfoType type) in GetStackInfo() function in OHOS::Ace::NG::PageRouterManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp3340 jsonContentInfo->Put("stackInfo", pageRouterManager_->GetStackInfo(type)); in GetContentInfo()