Home
last modified time | relevance | path

Searched refs:GetHappenTime (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp110 …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 Dbbox_detector_plugin.h38 uint64_t GetHappenTime(std::string& line);
H A Dpanic_report_recovery.cpp240 int64_t happenTime = Tbox::GetHappenTime(StringUtil::GetRleftSubstr(timeStr, "-"), in ReportPanicEventAfterRecovery()
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h42 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 Dutility_common_utils_test.cpp294 …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 Dtbox.cpp168 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime() function in OHOS::HiviewDFX::Tbox