Home
last modified time | relevance | path

Searched refs:reportTime (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp82 if (reportTime == 0) { in ProcessHttpPerfHiSysevent()
83 reportTime = currentTime; in ProcessHttpPerfHiSysevent()
99 if (currentTime - reportTime >= REPORT_INTERVAL) { in ProcessHttpPerfHiSysevent()
105 reportTime = currentTime; in ProcessHttpPerfHiSysevent()
/foundation/communication/netstack/test/unittest/utils/common_utils/
H A Dnetstack_hisysevent_test.cpp95 EventReport::GetInstance().reportTime = time(0) - REPORT_INTERVAL - 1; in HWTEST_F()
107 EventReport::GetInstance().reportTime = time(0) - REPORT_INTERVAL + 1; in HWTEST_F()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h71 time_t reportTime = 0; member in OHOS::NetStack::EventReport
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp320 int64_t reportTime = GetCurrentSystimeMs(); in ReportJankStats() local
324 lastReportTime_ = reportTime; in ReportJankStats()
331 (reportTime - (reportTimeSteady - lastJankFrame6FreqTimeSteady_))); in ReportJankStats()
332 RS_TRACE_NAME("RSJankStats::ReportJankStats receive notification: reportTime " + std::to_string(reportTime) + in ReportJankStats()
340 lastReportTime_ = reportTime; in ReportJankStats()

Completed in 3 milliseconds