Searched refs:GetTimestamp (Results 1 – 10 of 10) sorted by relevance
102 info.time = watchPoint.GetTimestamp(); in SendFaultLog()110 + " at " + GetTimeString(watchPoint.GetTimestamp()) + "\n"; in SendFaultLog()118 uint64_t timestamp = watchPoint.GetTimestamp() / TimeUtil::SEC_TO_MILLISEC; in DumpEventInfo()124 ":" << watchPoint.GetTimestamp() % TimeUtil::SEC_TO_MILLISEC << std::endl; in DumpEventInfo()142 std::string timestamp = GetTimeString(watchPoint.GetTimestamp()); in MergeEventLog()208 body << FreezeCommon::EVENT_TIMESTAMP << "=" << node.GetTimestamp() << std::endl; in MergeEventLog()
126 unsigned long long WatchPoint::GetTimestamp() const in GetTimestamp() function in OHOS::HiviewDFX::WatchPoint196 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
63 unsigned long long GetTimestamp() const;
75 unsigned long long timestamp = watchPoint.GetTimestamp(); in ResolveEvent()
100 …here(EventStore::EventCol::TS, EventStore::Op::EQ, static_cast<int64_t>(watchPoint.GetTimestamp())) in UpdateEventIntoDB()
36 long GetTimestamp() const;
238 bucket.PutString(SmsMmsData::START_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()239 bucket.PutString(SmsMmsData::END_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
160 long SmsReceiveIndexer::GetTimestamp() const in GetTimestamp() function in OHOS::Telephony::SmsReceiveIndexer
359 static uint64_t GetTimestamp() in GetTimestamp() function373 downloadInterval_ = GetTimestamp(); in DownloadVersion()464 upgradeInterval_.timeStart = GetTimestamp(); in DoUpdate()591 downloadInterval_ = GetTimestamp(); in DownloadCallback()628 upgradeInterval_.timeEnd = GetTimestamp(); in UpgradeCallback()
201 string GetTimestamp() in GetTimestamp() function in OHOS::HiviewDFX::HitraceTest::MyTrace