Home
last modified time | relevance | path

Searched refs:DUMP_TYPE_MIX (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/dump_catcher/
Ddump_catcher.cpp40 case DUMP_TYPE_MIX: in Dump()
47 type, DUMP_TYPE_NATIVE, DUMP_TYPE_MIX, DUMP_TYPE_KERNEL); in Dump()
Dmain.cpp61 if ((type != DUMP_TYPE_KERNEL) && (type != DUMP_TYPE_MIX)) { in ParseParamters()
67 type = DUMP_TYPE_MIX; in ParseParamters()
/base/hiviewdfx/faultloggerd/common/
Ddfx_define.h59 static const int DUMP_TYPE_MIX = -2; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp141 int type = DUMP_TYPE_MIX; in DumpCatchMix()
206 if (type == DUMP_TYPE_MIX) { in DoDumpCatchRemote()
231 if (type == DUMP_TYPE_MIX) { in DoDumpRemotePid()