/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 | 54 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 63 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration()
|
D | time_utils_proxy.h | 28 virtual int64_t GetTimestamp();
|
/base/update/updateservice/services/core/ability/status_cache/src/ |
D | status_cache.cpp | 46 return timeUtilsProxy_->GetTimestamp(); in GetCurrentTime()
|
/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/hiviewdfx/hiview/plugins/freeze_detector/ |
D | vendor.cpp | 102 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()
|
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/update/updateservice/services/core/ability/alarm/src/ |
D | alarm_manager.cpp | 42 int64_t currentTime = TimeUtils::GetTimestamp(); in StartTimeLooper()
|
/base/telephony/sms_mms/services/sms/ |
D | sms_receive_handler.cpp | 187 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()
|
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() 294 …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/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
D | hitrace_ndk_test.cpp | 206 string GetTimestamp() in GetTimestamp() function in OHOS::HiviewDFX::HitraceTest::MyTrace
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 191 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()
|