Home
last modified time | relevance | path

Searched refs:GetMilliseconds (Results 1 – 25 of 29) sorted by relevance

12

/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/
Devent_pool_test.cpp57 auto startTime = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
77 auto time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
82 time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
91 time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
100 auto end = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
117 auto startTime = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
144 auto time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
151 time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
160 auto end = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
177 auto startTime = OHOS::HiviewDFX::TimeUtil::GetMilliseconds();
[all …]
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_unittest.cpp132 .InitTimestamp(TimeUtil::GetMilliseconds())
151 .InitTimestamp(TimeUtil::GetMilliseconds())
170 .InitTimestamp(TimeUtil::GetMilliseconds())
222 .InitTimestamp(TimeUtil::GetMilliseconds())
228 .InitTimestamp(TimeUtil::GetMilliseconds())
251 .InitTimestamp(TimeUtil::GetMilliseconds())
257 .InitTimestamp(TimeUtil::GetMilliseconds())
294 .InitTimestamp(TimeUtil::GetMilliseconds())
326 .InitTimestamp(TimeUtil::GetMilliseconds())
335 .InitTimestamp(TimeUtil::GetMilliseconds())
[all …]
Dfreeze_detector_test.cpp44 auto time = TimeUtil::GetMilliseconds(); in makeEvent()
184 sysEvent->SetEventValue("time_", TimeUtil::GetMilliseconds());
/base/hiviewdfx/hiview/plugins/usage_event_report/
Dusage_event_report.cpp77 auto nowTime = TimeUtil::GetMilliseconds(); in Init()
150 auto nowTime = TimeUtil::GetMilliseconds(); in ReportDailyEvent()
165 lastReportTime_ = TimeUtil::GetMilliseconds(); in ReportDailyEvent()
185 lastSysReportTime_ = TimeUtil::GetMilliseconds(); in ReportSysUsageEvent()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
Dtime_util.h23 uint64_t GetMilliseconds();
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dtime_util.cpp27 uint64_t GetMilliseconds() in GetMilliseconds() function
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.cpp62 uint64_t targetTime = TimeUtil::GetMilliseconds() + delay; in AddTask()
103 uint64_t now = TimeUtil::GetMilliseconds(); in TaskCallback()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_plugin_test.cpp174 event->happenTime_ = TimeUtil::GetMilliseconds();
200 event->happenTime_ = TimeUtil::GetMilliseconds();
226 event->happenTime_ = TimeUtil::GetMilliseconds();
252 event->happenTime_ = TimeUtil::GetMilliseconds();
/base/hiviewdfx/hiview/base/utility/
Dcommon_utils.cpp163 uint64_t endTime = TimeUtil::GetMilliseconds() + maxWaitingTime * TimeUtil::SEC_TO_MILLISEC; in WriteCommandResultToFile()
164 while (endTime > TimeUtil::GetMilliseconds()) { in WriteCommandResultToFile()
Dtime_util.cpp55 uint64_t GetMilliseconds() in GetMilliseconds() function
/base/hiviewdfx/hiview/base/utility/include/
Dtime_util.h52 uint64_t GetMilliseconds();
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
Dsys_usage_event_factory.cpp44 event->Update(KEY_OF_END, TimeUtil::GetMilliseconds()); in Create()
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp85 HIVIEW_LOGD("event time:%{public}llu jsonExtraInfo is %{public}s", TimeUtil::GetMilliseconds(), in IsInterestedPipelineEvent()
133 … HIVIEW_LOGD("event time:%{public}llu jsonExtraInfo is %{public}s", TimeUtil::GetMilliseconds(), in OnEvent()
199 auto start = TimeUtil::GetMilliseconds(); in StartLogCollect()
209 auto end = TimeUtil::GetMilliseconds(); in StartLogCollect()
225 auto logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in GetHitraceName()
519 sysEvent->SetEventValue("time_", TimeUtil::GetMilliseconds()); in CreateAndPublishEvent()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_read_test.cpp107 int64_t curTime = static_cast<int64_t>(TimeUtil::GetMilliseconds());
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_dao.cpp79 values.PutLong(EventTable::FIELD_SUBSCRIBETIME, TimeUtil::GetMilliseconds()); in SaveSubscriberInfo()
92 valuesBucket.PutLong(EventTable::FIELD_SUBSCRIBETIME, TimeUtil::GetMilliseconds()); in SaveSubscriberInfo()
Dsys_event_service_ohos.cpp497 return TimeUtil::GetMilliseconds(); in AddSubscriber()
536 int64_t currentTime = static_cast<int64_t>(TimeUtil::GetMilliseconds()); in Export()
Ddata_publisher.cpp144 int64_t timestamp = static_cast<int64_t>(TimeUtil::GetMilliseconds()); in OnSysEvent()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp101 auto logTime = TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC; in DmesgSaveTofile()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
Dhisysevent_tool_unit_test.cpp37 inline uint64_t GetMilliseconds() in GetMilliseconds() function
327 auto endTimeStamp = GetMilliseconds();
/base/hiviewdfx/hiview/base/
Dsys_event.cpp124 auto currentTimeStamp = OHOS::HiviewDFX::TimeUtil::GetMilliseconds(); in InitialMembers()
302 AppendTimeStamp(TimeUtil::GetMilliseconds()).AppendTimeZone(TimeUtil::GetTimeZone()). in SysEventCreator()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp75 uint64_t GetMilliseconds() in GetMilliseconds() function
259 int64_t currentTime = static_cast<int64_t>(GetMilliseconds());
389 int64_t currentTime = static_cast<int64_t>(GetMilliseconds());
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp39 static inline uint64_t GetMilliseconds() in GetMilliseconds() function
234 AppendData(eventBase, "time_", GetMilliseconds()); in WritebaseInfo()
Dinner_writer.cpp33 inline uint64_t GetMilliseconds() in GetMilliseconds() function
187 eventBase.GetEventBuilder().AppendTimeStamp(GetMilliseconds()).AppendTimeZone(GetTimeZone()) in WritebaseInfo()
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dsys_event_stat.cpp143 dprintf(fd_, "stat from %" PRId64 " to now\n", TimeUtil::GetMilliseconds()); in StatDetail()
/base/global/i18n/interfaces/js/kits/include/
Dintl_addon.h104 static int64_t GetMilliseconds(napi_env env, napi_value *argv, int index);

12