Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/utils/src/
Dtime_utils_proxy.cpp22 int64_t TimeUtilsProxy::GetTimestamp() in GetTimestamp() function in OHOS::UpdateEngine::TimeUtilsProxy
24 return TimeUtils::GetTimestamp(); in GetTimestamp()
/base/update/updateservice/services/startup/manage/src/
Dstartup_manager.cpp37 lastIdleCheckTime_ = TimeUtils::GetTimestamp(); in StartupManager()
95 if (abs(TimeUtils::GetTimestamp() - lastIdleCheckTime_) < in IdleCheck()
102 lastIdleCheckTime_ = TimeUtils::GetTimestamp(); in IdleCheck()
Dstartup_schedule.cpp54 TimeUtils::GetPrintTimeStr(TimeUtils::GetTimestamp() + task.minDelayTime).c_str()); in Schedule()
/base/update/updateservice/services/core/ability/utils/include/
Dtime_utils.h32 static int64_t GetTimestamp() in GetTimestamp() function
63 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration()
Dtime_utils_proxy.h28 virtual int64_t GetTimestamp();
/base/update/updateservice/services/core/ability/status_cache/src/
Dstatus_cache.cpp46 return timeUtilsProxy_->GetTimestamp(); in GetCurrentTime()
/base/location/interfaces/inner_api/include/
Dwifi_scan_info.h41 SetTimestamp(wifiScanInfo.GetTimestamp()); in WifiScanInfo()
86 inline int64_t GetTimestamp() const in GetTimestamp() function
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp102 info.time = watchPoint.GetTimestamp(); in SendFaultLog()
110 + " at " + GetTimeString(watchPoint.GetTimestamp()) + "\n"; in SendFaultLog()
120 uint64_t timestamp = watchPoint.GetTimestamp() / TimeUtil::SEC_TO_MILLISEC; in DumpEventInfo()
126 ":" << watchPoint.GetTimestamp() % TimeUtil::SEC_TO_MILLISEC << std::endl; in DumpEventInfo()
144 std::string timestamp = GetTimeString(watchPoint.GetTimestamp()); in MergeEventLog()
216 body << FreezeCommon::EVENT_TIMESTAMP << "=" << node.GetTimestamp() << std::endl; in MergeEventLog()
Dwatch_point.cpp140 unsigned long long WatchPoint::GetTimestamp() const in GetTimestamp() function in OHOS::HiviewDFX::WatchPoint
220 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
Dwatch_point.h67 unsigned long long GetTimestamp() const;
Dresolver.cpp53 unsigned long long timestamp = watchPoint.GetTimestamp(); in ResolveEvent()
/base/update/updateservice/services/core/ability/alarm/src/
Dalarm_manager.cpp42 int64_t currentTime = TimeUtils::GetTimestamp(); in StartTimeLooper()
/base/telephony/sms_mms/services/sms/
Dsms_receive_handler.cpp187 bucket.Put(SmsSubsection::START_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
188 bucket.Put(SmsSubsection::END_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
Dsms_receive_indexer.cpp172 int64_t SmsReceiveIndexer::GetTimestamp() const in GetTimestamp() function in OHOS::Telephony::SmsReceiveIndexer
Dsms_receive_reliability_handler.cpp215 …indexerObj.GetTimestamp(), indexerObj.GetDestPort(), indexerObj.GetIsCdma(), indexerObj.GetOrigina… in ReadyDecodeWapPushUserData()
294 …indexerObj.GetTimestamp(), indexerObj.GetDestPort(), indexerObj.GetIsCdma(), indexerObj.GetOrigina… in ReadySendSmsBroadcast()
/base/telephony/sms_mms/services/sms/include/
Dsms_receive_indexer.h36 int64_t GetTimestamp() const;
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
Dhitrace_ndk_test.cpp206 string GetTimestamp() in GetTimestamp() function in OHOS::HiviewDFX::HitraceTest::MyTrace
/base/location/frameworks/native/source/
Dnapi_util.cpp191 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()