Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp117 auto happenTime = static_cast<uint64_t>(Tbox::GetHappenTime(StringUtil::GetRleftSubstr(timeStr, "-"), in HandleBBoxEvent()
168 auto happenTime = GetHappenTime(line); in StartBootScan()
175 uint64_t BBoxDetectorPlugin::GetHappenTime(std::string& line) in GetHappenTime() function in OHOS::HiviewDFX::BBoxDetectorPlugin
178 static_cast<uint64_t>(Tbox::GetHappenTime(StringUtil::GetMidSubstr(line, "time [", "-"), in GetHappenTime()
180 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()
/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h42 static int64_t GetHappenTime(const std::string& src, const std::string& regex);
/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})"); in HWTEST_F()
308 auto happenTime = Tbox::GetHappenTime(timeStr, "(\\d{4})(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})"); in HWTEST_F()
323 auto happenTime = Tbox::GetHappenTime(timeStr, "(\\d{4})(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})"); in HWTEST_F()
/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

Completed in 3 milliseconds