Home
last modified time | relevance | path

Searched defs:isJson (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp68 …tcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums, bool isJson) in DoDumpCurrTid()
81 …l DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DoDumpLocalTid()
103 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DoDumpLocalPid()
129 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson) in DoDumpRemoteLocked()
135 …umpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DoDumpLocalLocked()
161 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch()
207 … DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg, bool isJson) in DoDumpCatchRemote()
251 int DfxDumpCatcher::DoDumpRemotePid(const int type, int pid, std::string& msg, bool isJson) in DoDumpRemotePid()
283 … DfxDumpCatcher::DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJson) in DoDumpRemotePoll()
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_pipe.cpp122 FaultLoggerPipe2::FaultLoggerPipe2(uint64_t time, bool isJson) in FaultLoggerPipe2()
158 void FaultLoggerPipeMap::Set(int pid, uint64_t time, bool isJson) in Set()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp123 …ol GetBacktrace(std::string& out, size_t skipFrameNum, bool fast, size_t maxFrameNums, bool isJson) in GetBacktrace()
162 std::string GetProcessStacktrace(size_t maxFrameNums, bool isJson) in GetProcessStacktrace()
Dbacktrace_local_thread.cpp143 std::string BacktraceLocalThread::GetFormattedStr(bool withThreadName, bool isJson) in GetFormattedStr()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/include/
Dfaultloggerd_client.h136 bool isJson; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
Dfaultloggerd_client.cpp219 int RequestSdkDumpJson(int32_t type, int32_t pid, int32_t tid, bool isJson) in RequestSdkDumpJson()