| /base/update/updateservice/services/core/ability/utils/src/ |
| D | time_utils_proxy.cpp | 22 int64_t TimeUtilsProxy::GetTimestamp() in GetTimestamp() function in OHOS::UpdateEngine::TimeUtilsProxy 24 return TimeUtils::GetTimestamp(); in GetTimestamp()
|
| /base/update/updateservice/services/startup/manage/src/ |
| D | startup_manager.cpp | 37 lastIdleCheckTime_ = TimeUtils::GetTimestamp(); in StartupManager() 95 if (abs(TimeUtils::GetTimestamp() - lastIdleCheckTime_) < in IdleCheck() 102 lastIdleCheckTime_ = TimeUtils::GetTimestamp(); in IdleCheck()
|
| D | startup_schedule.cpp | 61 TimeUtils::GetPrintTimeStr(TimeUtils::GetTimestamp() + task.minDelayTime).c_str()); in Schedule()
|
| /base/update/updateservice/services/core/ability/utils/include/ |
| D | time_utils.h | 32 static int64_t GetTimestamp() in GetTimestamp() function 69 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration()
|
| D | time_utils_proxy.h | 28 virtual int64_t GetTimestamp();
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/ |
| D | vendor.cpp | 104 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()
|
| D | db_helper.cpp | 63 …(resultMap.find(key) != resultMap.end() && watchPoint.GetTimestamp() > resultMap[key].GetTimestamp… in GetResultMap()
|
| D | watch_point.cpp | 140 unsigned long long WatchPoint::GetTimestamp() const in GetTimestamp() function in OHOS::HiviewDFX::WatchPoint 220 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
|
| D | watch_point.h | 67 unsigned long long GetTimestamp() const;
|
| D | resolver.cpp | 53 unsigned long long timestamp = watchPoint.GetTimestamp(); in ResolveEvent()
|
| /base/hiviewdfx/hiview/plugins/unified_collector/task/ |
| D | cpu_perf_dump.cpp | 133 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/ |
| D | wifi_scan_info.h | 41 SetTimestamp(wifiScanInfo.GetTimestamp()); in WifiScanInfo() 86 inline int64_t GetTimestamp() const in GetTimestamp() function
|
| /base/update/updateservice/services/core/ability/status_cache/src/ |
| D | status_cache.cpp | 47 return timeUtilsProxy_->GetTimestamp(); in GetCurrentTime()
|
| /base/web/webview/ohos_adapter/graphic_adapter/include/ |
| D | native_image_adapter_impl.h | 39 int64_t GetTimestamp() override;
|
| /base/hiviewdfx/hiview/plugins/unified_collector/task/include/ |
| D | cpu_perf_dump.h | 37 static std::string GetTimestamp(const std::string& fileName);
|
| /base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
| D | native_image_adapter_impl_test.cpp | 87 int32_t result = imagerAdapter->GetTimestamp(); 92 result = imagerAdapter->GetTimestamp();
|
| /base/web/webview/ohos_adapter/graphic_adapter/src/ |
| D | native_image_adapter_impl.cpp | 65 int64_t NativeImageAdapterImpl::GetTimestamp() in GetTimestamp() function in OHOS::NWeb::NativeImageAdapterImpl
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_receive_handler.cpp | 218 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()
|
| D | sms_receive_indexer.cpp | 172 int64_t SmsReceiveIndexer::GetTimestamp() const in GetTimestamp() function in OHOS::Telephony::SmsReceiveIndexer
|
| D | sms_receive_reliability_handler.cpp | 215 …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/ |
| D | sms_receive_indexer.h | 36 int64_t GetTimestamp() const;
|
| /base/update/updateservice/services/core/ability/alarm/src/ |
| D | alarm_timer_utils.cpp | 68 int64_t currentTime = TimeUtils::GetTimestamp(); in RegisterAlarm()
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | graphic_adapter.h | 139 virtual int64_t GetTimestamp() = 0;
|
| /base/location/frameworks/native/source/ |
| D | napi_util.cpp | 196 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()
|