Searched refs:logTime (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_routines_test.cpp | 122 int64_t logTime; variable 124 RelationalTestUtils::ExecSql(db, checkSql, nullptr, [&logTime](sqlite3_stmt *stmt) { in __anon5008cf5d0202() 125 logTime = sqlite3_column_int64(stmt, 0); in __anon5008cf5d0202() 129 EXPECT_GT(logTime, fakeTimestamp);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_common.cpp | 144 uint64_t logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in WriteStartInfoToFd() local 145 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y/%m/%d-%H:%M:%S"); in WriteStartInfoToFd() 153 uint64_t logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in WriteEndInfoToFd() local 154 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y/%m/%d-%H:%M:%S"); in WriteEndInfoToFd()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | dmesg_catcher.cpp | 101 auto logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in DmesgSaveTofile() local 102 std::string sysrqTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in DmesgSaveTofile()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 104 auto logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in WriteKernelStackToFd() local 105 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in WriteKernelStackToFd()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 164 uint64_t logTime = event->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in GetFile() local 165 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in GetFile() 482 uint64_t logTime = event->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in WriteCommonHead() local 484 std::string happenTime = TimeUtil::TimestampFormatToDate(logTime, "%Y/%m/%d-%H:%M:%S"); in WriteCommonHead() 608 uint64_t logTime = event->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in WriteKernelStackToFile() local 609 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in WriteKernelStackToFile()
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilogtool_test.cpp | 439 std::string logTime = ""; variable 443 logTime = it.substr(0, 18); 444 EXPECT_LT(clearTime, logTime);
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | memory_collector_impl.cpp | 59 auto logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in GetCurrTimestamp() local 60 return TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in GetCurrTimestamp()
|