Searched refs:pubLogPathName (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 186 …d Vendor::InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& pubLogPathName, in InitLogInfo() argument 203 …pubLogPathName = type + std::string(HYPHEN) + processName + std::string(HYPHEN) + std::to_string(u… in InitLogInfo() 274 std::string pubLogPathName; in MergeEventLog() local 277 InitLogInfo(watchPoint, type, pubLogPathName, processName, isScbPro); in MergeEventLog() 278 std::string retPath = std::string(FAULT_LOGGER_PATH) + pubLogPathName; in MergeEventLog() 279 std::string tmpLogName = pubLogPathName + std::string(POSTFIX); in MergeEventLog()
|
H A D | vendor.h | 42 void InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& pubLogPathName,
|