Lines Matching refs:FreezeJsonUtil
328 if (FreezeJsonUtil::IsAppFreeze(event->eventName_)) { in StartLogCollect()
329 std::string jsonFilePath = FreezeJsonUtil::GetFilePath(event->GetEventIntValue("PID"), in StartLogCollect()
331 jsonFd = FreezeJsonUtil::GetFd(jsonFilePath); in StartLogCollect()
418 eventHandlerStr = FreezeJsonUtil::GetStrByList(eventHandlerList); in ParseMsgForMessageAndEventHandler()
470 …std::string lineStr = line + " " + pidStr + FreezeJsonUtil::WrapByParenthesis(processNameMap[pi… in ParsePeerBinder()
473 binderInfoJsonStr = FreezeJsonUtil::GetStrByList(infoList); in ParsePeerBinder()
593 FreezeJsonUtil::WriteKeyValue(jsonFd, "message", message); in GetAppFreezeStack()
594 FreezeJsonUtil::WriteKeyValue(jsonFd, "event_handler", eventHandlerStr); in GetAppFreezeStack()
595 FreezeJsonUtil::WriteKeyValue(jsonFd, "appRunningUniqueId", appRunningUniqueId); in GetAppFreezeStack()
596 FreezeJsonUtil::WriteKeyValue(jsonFd, "stack", jsonStack); in GetAppFreezeStack()
661 if (FreezeJsonUtil::IsAppFreeze(event -> eventName_)) { in WriteFreezeJsonInfo()
671 FreezeJsonUtil::WriteKeyValue(jsonFd, "peer_binder", binderInfoJsonStr); in WriteFreezeJsonInfo()