Home
last modified time | relevance | path

Searched refs:GetSeconds (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp43 int64_t nowTime = TimeUtil::GetSeconds(); in CheckThreshold()
68 lastUpdateTime = TimeUtil::GetSeconds(); in CheckTimeOfCache()
152 exceedTime = TimeUtil::GetSeconds(); in UpdateCacheAndDb()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/test/
H A Dtrace_storage_test.cpp82 …auto dateOneDayAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfOneDay, "%Y…
83 …auto dateThreeDaysAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfThreeDay…
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h54 int64_t GetSeconds();
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp118 std::string dateStr(TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds(), "%Y%m%d")); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_db_util.cpp51 std::string dateStr = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds(), "%Y%m%d"); in CreateFileNameByDate()
H A Dtime_util.cpp53 int64_t GetSeconds() in GetSeconds() function
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp214 auto time = TimeUtil::GetSeconds();
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map399 "OHOS::HiviewDFX::TimeUtil::GetSeconds()";