Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp102 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()
Dwatch_point.cpp126 unsigned long long WatchPoint::GetTimestamp() const in GetTimestamp() function in OHOS::HiviewDFX::WatchPoint
196 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
Dwatch_point.h63 unsigned long long GetTimestamp() const;
Dresolver.cpp75 unsigned long long timestamp = watchPoint.GetTimestamp(); in ResolveEvent()
Ddb_helper.cpp100 …here(EventStore::EventCol::TS, EventStore::Op::EQ, static_cast<int64_t>(watchPoint.GetTimestamp())) in UpdateEventIntoDB()
/base/telephony/sms_mms/services/include/
Dsms_receive_indexer.h36 long GetTimestamp() const;
/base/telephony/sms_mms/services/
Dsms_receive_handler.cpp238 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()
Dsms_receive_indexer.cpp160 long SmsReceiveIndexer::GetTimestamp() const in GetTimestamp() function in OHOS::Telephony::SmsReceiveIndexer
/base/update/updateservice/services/engine/src/
Dupdate_service.cpp359 static uint64_t GetTimestamp() in GetTimestamp() function
373 downloadInterval_ = GetTimestamp(); in DownloadVersion()
464 upgradeInterval_.timeStart = GetTimestamp(); in DoUpdate()
591 downloadInterval_ = GetTimestamp(); in DownloadCallback()
628 upgradeInterval_.timeEnd = GetTimestamp(); in UpgradeCallback()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
Dhitrace_ndk_test.cpp201 string GetTimestamp() in GetTimestamp() function in OHOS::HiviewDFX::HitraceTest::MyTrace