Home
last modified time | relevance | path

Searched refs:GetSeconds (Results 1 - 7 of 7) sorted by relevance

/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()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/test/
H A Dtrace_storage_test.cpp82 auto dateOneDayAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfOneDay, "%Y%m%d"); in HWTEST_F()
83 auto dateThreeDaysAgo = TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds() - secondsOfThreeDays, "%Y%m%d"); in HWTEST_F()
/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h54 int64_t GetSeconds();
/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp118 std::string dateStr(TimeUtil::TimestampFormatToDate(TimeUtil::GetSeconds(), "%Y%m%d")); in OnEvent()
/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
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp208 * @tc.desc: Test Sleep/GetSeconds defined in namespace TimeUtil
214 auto time = TimeUtil::GetSeconds(); in HWTEST_F()

Completed in 4 milliseconds