Searched refs:stackInfo (Results 1 – 6 of 6) sorted by relevance
149 std::string stackInfo = "MissionStack Type: " + stackType; in DumpMissionStack() local150 AbilityMsStatus result = AbilityMsStatus::DumpStatus(stackInfo.c_str()); in DumpMissionStack()
199 void TaskCtx::DumpTask(TaskCtx* task, std::string& stackInfo, uint8_t flag) in DumpTask() argument209 OHOS::HiviewDFX::GetBacktrace(stackInfo, false); in DumpTask()284 stackInfo = ss.str(); in DumpTask()
165 …static void DumpTask(TaskCtx* task, std::string& stackInfo, uint8_t flag = 0); /* 0:hilog others:h…
566 std::string PageRouterManager::RestoreRouterStack(std::unique_ptr<JsonValue> stackInfo) in RestoreRouterStack() argument568 if (!stackInfo->IsValid() || !stackInfo->IsArray()) { in RestoreRouterStack()572 int32_t stackSize = stackInfo->GetArraySize(); in RestoreRouterStack()587 std::string url = stackInfo->GetArrayItem(index)->GetValue("url")->ToString(); in RestoreRouterStack()592 std::string startUrl = stackInfo->GetArrayItem(stackSize - 1)->GetValue("url")->ToString(); in RestoreRouterStack()
123 std::string RestoreRouterStack(std::unique_ptr<JsonValue> stackInfo);
123 virtual int GetAllStackInfo(AAFwk::StackInfo &stackInfo) override in GetAllStackInfo() argument