Searched refs:GetHappenTime (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | bbox_detector_plugin.cpp | 110 …auto happenTime = static_cast<uint64_t>(Tbox::GetHappenTime(StringUtil::GetRleftSubstr(timeStr, "-… in HandleBBoxEvent() 161 auto happenTime = GetHappenTime(line); in StartBootScan() 168 uint64_t BBoxDetectorPlugin::GetHappenTime(std::string& line) in GetHappenTime() function in OHOS::HiviewDFX::BBoxDetectorPlugin 171 static_cast<uint64_t>(Tbox::GetHappenTime(StringUtil::GetMidSubstr(line, "time [", "-"), in GetHappenTime() 173 static_cast<uint64_t>(Tbox::GetHappenTime(StringUtil::GetMidSubstr(line, "time[", "-"), in GetHappenTime()
|
H A D | bbox_detector_plugin.h | 38 uint64_t GetHappenTime(std::string& line);
|
H A D | panic_report_recovery.cpp | 240 int64_t happenTime = Tbox::GetHappenTime(StringUtil::GetRleftSubstr(timeStr, "-"), in ReportPanicEventAfterRecovery()
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/ |
H A D | tbox.h | 42 static int64_t GetHappenTime(const std::string& src, const std::string& regex);
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/ |
H A D | utility_common_utils_test.cpp | 294 …auto happenTime = Tbox::GetHappenTime(timeStr, "(\\d{4})(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})"); 308 …auto happenTime = Tbox::GetHappenTime(timeStr, "(\\d{4})(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})"); 323 …auto happenTime = Tbox::GetHappenTime(timeStr, "(\\d{4})(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})");
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | tbox.cpp | 168 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime() function in OHOS::HiviewDFX::Tbox
|