Searched refs:happenTime_ (Results 1 – 14 of 14) sorted by relevance
174 event->happenTime_ = TimeUtil::GetMilliseconds();200 event->happenTime_ = TimeUtil::GetMilliseconds();226 event->happenTime_ = TimeUtil::GetMilliseconds();252 event->happenTime_ = TimeUtil::GetMilliseconds();
141 event->happenTime_ = timeTmp; in StartCreate()149 logFile_ = idStr + "-" + GetFormatTime(event->happenTime_) + ".log"; in StartCreate()
37 happenTime_(0), in Event()63 happenTime_(0), in Event()143 uint64_t happenTime_; variable
116 uint64_t logTime = event->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in StartLogCollect()162 uint64_t logTime = event->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in WriteCommonHead()163 uint64_t logTimeMs = event->happenTime_ % TimeUtil::SEC_TO_MILLISEC; in WriteCommonHead()236 … .Where(EventStore::EventCol::TS, EventStore::Op::EQ, static_cast<int64_t>(event->happenTime_)) in UpdateDB()
143 event->happenTime_ = timeTmp; in StartCreate()151 logFile_ = idStr + "-" + GetFormatTime(event->happenTime_) + ".log"; in StartCreate()
160 crashEvent.time = sysEvent.happenTime_; in HandleCppCrashEvent()175 crashEvent.time = sysEvent.happenTime_; in HandleProcessExitEvent()
103 if (domain_.empty() || eventName_.empty() || what_ == 0 || happenTime_ == 0) { in ParseJson()122 happenTime_ = static_cast<uint64_t>(std::atoll(content.c_str())); in InitialMember()
356 info.time = sysEvent->happenTime_; in OnEvent()370 … .Where(EventStore::EventCol::TS, EventStore::Op::EQ, static_cast<int64_t>(event->happenTime_)) in OnEvent()385 sysEvent->SetEventValue("HAPPEN_TIME", sysEvent->happenTime_); in OnEvent()
65 event->happenTime_ = happenTime; in CreateFreezeEvent()
352 std::cout << "callback->" << sysEvent.happenTime_ << std::endl; in __anon39470c6d0102()353 if (sysEvent.happenTime_ >= 162027129200) { in __anon39470c6d0102()522 std::cout << "callback->" << sysEvent.happenTime_ << std::endl; in __anon39470c6d0902()523 if (sysEvent.happenTime_ >= 162027129200) { in __anon39470c6d0902()
72 .InitTimestamp(record->happenTime_) in SelectEventFromDB()
124 .InitTimestamp(event.happenTime_) in MakeWatchPoint()
181 std::string timestamp = GetTimeString(sysEvent.happenTime_); in ProcessHiCollieEvent()
441 argument.beginTime = static_cast<int64_t>(iter->happenTime_); in SyncQueryArgument()