Home
last modified time | relevance | path

Searched refs:APPFREEZE (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp91 ? APPFREEZE : SYSFREEZE; in SendFaultLog()
151 ? APPFREEZE : SYSFREEZE; in MergeEventLog()
165 retPath = FAULT_LOGGER_PATH + APPFREEZE + HYPHEN + processName in MergeEventLog()
167 logPath = FREEZE_DETECTOR_PATH + APPFREEZE + HYPHEN + processName in MergeEventLog()
169 …logName = APPFREEZE + HYPHEN + processName + HYPHEN + std::to_string(uid) + HYPHEN + timestamp + P… in MergeEventLog()
Dvendor.h57 static const inline std::string APPFREEZE = "appfreeze"; variable