Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 24 of 24) 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.cpp61 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
69 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration()
Dtime_utils_proxy.h28 virtual int64_t GetTimestamp();
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp104 info.time = watchPoint.GetTimestamp(); in SendFaultLog()
113 " at " + GetTimeString(watchPoint.GetTimestamp()) + "\n"; in SendFaultLog()
124 uint64_t timestamp = watchPoint.GetTimestamp() / TimeUtil::SEC_TO_MILLISEC; in DumpEventInfo()
130 ":" << watchPoint.GetTimestamp() % TimeUtil::SEC_TO_MILLISEC << std::endl; in DumpEventInfo()
141 …::string filePath = FreezeJsonUtil::GetFilePath(node.GetPid(), node.GetUid(), node.GetTimestamp()); in MergeFreezeJsonFile()
154 watchPoint.GetUid(), watchPoint.GetTimestamp()); in MergeFreezeJsonFile()
166 FreezeJsonUtil::WriteKeyValue(jsonFd, "timestamp", watchPoint.GetTimestamp()); in MergeFreezeJsonFile()
179 std::string timestamp = GetTimeString(watchPoint.GetTimestamp()); in InitLogInfo()
Ddb_helper.cpp63 …(resultMap.find(key) != resultMap.end() && watchPoint.GetTimestamp() > resultMap[key].GetTimestamp in GetResultMap()
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/hiviewdfx/hiview/plugins/unified_collector/task/
Dcpu_perf_dump.cpp133 std::string CpuPerfDump::GetTimestamp(const std::string& fileName) in GetTimestamp() function in OHOS::HiviewDFX::CpuPerfDump
151 std::string timestamp1 = GetTimestamp(name1); in CompareFilenames()
152 std::string timestamp2 = GetTimestamp(name2); in CompareFilenames()
/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/update/updateservice/services/core/ability/status_cache/src/
Dstatus_cache.cpp47 return timeUtilsProxy_->GetTimestamp(); in GetCurrentTime()
/base/web/webview/ohos_adapter/graphic_adapter/include/
Dnative_image_adapter_impl.h39 int64_t GetTimestamp() override;
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
Dcpu_perf_dump.h37 static std::string GetTimestamp(const std::string& fileName);
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dnative_image_adapter_impl_test.cpp87 int32_t result = imagerAdapter->GetTimestamp();
92 result = imagerAdapter->GetTimestamp();
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dnative_image_adapter_impl.cpp65 int64_t NativeImageAdapterImpl::GetTimestamp() in GetTimestamp() function in OHOS::NWeb::NativeImageAdapterImpl
/base/telephony/sms_mms/services/sms/
Dsms_receive_handler.cpp218 bucket.Put(SmsSubsection::START_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
219 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()
293 …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/update/updateservice/services/core/ability/alarm/src/
Dalarm_timer_utils.cpp68 int64_t currentTime = TimeUtils::GetTimestamp(); in RegisterAlarm()
/base/web/webview/ohos_adapter/interfaces/
Dgraphic_adapter.h139 virtual int64_t GetTimestamp() = 0;
/base/location/frameworks/native/source/
Dnapi_util.cpp196 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()