Searched refs:stackInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/ |
H A D | navigation_manager.cpp | 161 auto stackInfo = navigationInfo->GetValue("stack"); in StorageNavigationRecoveryInfo() local 162 if (!stackInfo->IsArray()) { in StorageNavigationRecoveryInfo() 166 auto stackSize = stackInfo->GetArraySize(); in StorageNavigationRecoveryInfo() 168 auto navdestinationInfo = stackInfo->GetArrayItem(j); in StorageNavigationRecoveryInfo()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/ |
H A D | dump.cpp | 47 void DumpTask(CPUEUTask* task, std::string& stackInfo, uint8_t flag) in DumpTask() argument 55 OHOS::HiviewDFX::GetBacktrace(stackInfo, false); in DumpTask() 100 stackInfo = ss.str(); in DumpTask()
|
H A D | dump.h | 22 void DumpTask(CPUEUTask* task, std::string& stackInfo, uint8_t flag = 0);
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mission_stack.cpp | 149 std::string stackInfo = "MissionStack Type: " + stackType; in DumpMissionStack() local 150 AbilityMsStatus result = AbilityMsStatus::DumpStatus(stackInfo.c_str()); in DumpMissionStack()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 843 std::string stackInfo; in ReportCppCrashToAppEvent() local 844 GetStackInfo(info, stackInfo); in ReportCppCrashToAppEvent() 845 if (stackInfo.length() == 0) { in ReportCppCrashToAppEvent() 849 …HIVIEW_LOGI("report cppcrash to appevent, pid:%{public}d len:%{public}zu", info.pid, stackInfo.len… in ReportCppCrashToAppEvent() 853 outFile << stackInfo << std::endl; in ReportCppCrashToAppEvent() 856 …Publish::GetInstance().PushEvent(info.id, APP_CRASH_TYPE, HiSysEvent::EventType::FAULT, stackInfo); in ReportCppCrashToAppEvent() 859 void Faultlogger::GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const in GetStackInfo() 900 stackInfo.append(Json::FastWriter().write(stackInfoObj)); in GetStackInfo()
|
H A D | faultlogger.h | 87 void GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/include/ |
H A D | mock_ability_mgr_host.h | 123 virtual int GetAllStackInfo(AAFwk::StackInfo &stackInfo) override in GetAllStackInfo() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1001 std::unique_ptr<JsonValue> stackInfo, ContentInfoType type) in RestoreRouterStack() argument 1003 if (!stackInfo->IsValid() || !stackInfo->IsArray()) { in RestoreRouterStack() 1006 int32_t stackSize = stackInfo->GetArraySize(); in RestoreRouterStack() 1024 auto item = stackInfo->GetArrayItem(index); in RestoreRouterStack()
|
H A D | page_router_manager.h | 201 std::unique_ptr<JsonValue> stackInfo, ContentInfoType type);
|