Searched refs:GetStackInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_stack_info_formatter.h | 39 bool GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const; 44 bool GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const;
|
H A D | dfx_stack_info_formatter.cpp | 50 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 D | process_dumper.cpp | 323 formatter.GetStackInfo(isJsonDump_, jsonInfo); in Dump()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.h | 87 void GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const;
|
H A D | faultlogger.cpp | 844 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 D | page_router_manager.h | 196 std::unique_ptr<JsonValue> GetStackInfo(ContentInfoType type);
|
H A D | frontend_delegate_declarative_ng.cpp | 1188 jsonContentInfo->Put("stackInfo", pageRouterManager_->GetStackInfo(type)); in GetContentInfo()
|
H A D | page_router_manager.cpp | 953 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 D | frontend_delegate_declarative.cpp | 3340 jsonContentInfo->Put("stackInfo", pageRouterManager_->GetStackInfo(type)); in GetContentInfo()
|