Home
last modified time | relevance | path

Searched refs:lastReportTime_ (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_worker.cpp65 lastReportTime_ = prefs->GetLong(LAST_REPORT_TIME, 0); in InitCycleThread()
66 if (RingtoneFileUtils::UTCTimeSeconds() - lastReportTime_ > longTimeSec_) { in InitCycleThread()
68 lastReportTime_ = DfxManager::GetInstance()->HandleReportXml(); in InitCycleThread()
69 prefs->PutLong(LAST_REPORT_TIME, lastReportTime_); in InitCycleThread()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H A Dmultistages_capture_dfx_trigger_ratio.cpp31 : thirdPartCount_(0), autoCount_(0), lastReportTime_(0), isReporting_(false) {} in MultiStagesCaptureDfxTriggerRatio()
62 if ((currentTime - lastReportTime_) < REPORT_TIME_INTERVAL) { in ShouldReport()
82 lastReportTime_ = MediaFileUtils::UTCTimeMilliSeconds(); in Report()
H A Dmultistages_capture_dfx_request_policy.cpp82 if ((currentTime - lastReportTime_) < REPORT_TIME_INTERVAL) { in ShouldReport()
109 lastReportTime_ = MediaFileUtils::UTCTimeMilliSeconds(); in Report()
/foundation/graphic/graphic_2d/rosen/modules/ressched/src/
H A Dressched_event_listener.cpp56 lastReportTime_ == 0 || currTime - lastReportTime_ >= SAMPLE_TIME) { in ReportFrameToRSS()
63 lastReportTime_ = static_cast<uint64_t>( in ReportFrameToRSS()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp76 if (lastReportTime_ != TIMESTAMP_INITIAL && lastReportTimeSteady_ != TIMESTAMP_INITIAL && in ReportRSNodeLimitExceeded()
77 (curSysTime - lastReportTime_ <= REPORT_INTERVAL_LIMIT || in ReportRSNodeLimitExceeded()
102 lastReportTime_ = curSysTime; in ReportRSNodeLimitExceeded()
H A Drs_jank_stats.cpp72 lastReportTime_ = rtStartTime_; in SetStartTime()
316 if (lastReportTime_ == TIMESTAMP_INITIAL || lastReportTimeSteady_ == TIMESTAMP_INITIAL) { in ReportJankStats()
324 lastReportTime_ = reportTime; in ReportJankStats()
337 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, "STARTTIME", static_cast<uint64_t>(lastReportTime_), in ReportJankStats()
340 lastReportTime_ = reportTime; in ReportJankStats()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H A Ddfx_worker.h36 int64_t lastReportTime_ = 0; member in OHOS::Media::DfxWorker
/foundation/graphic/graphic_2d/rosen/modules/ressched/include/
H A Dressched_event_listener.h40 uint64_t lastReportTime_ = 0; member in OHOS::Rosen::ResschedEventListener
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H A Dmultistages_capture_dfx_request_policy.h50 int64_t lastReportTime_ {0};
H A Dmultistages_capture_dfx_trigger_ratio.h49 int64_t lastReportTime_; member in OHOS::Media::MultiStagesCaptureDfxTriggerRatio
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h73 int64_t lastReportTime_ = TIMESTAMP_INITIAL; member in OHOS::Rosen::RSNodeStatsUpdateMode::RSNodeStats
H A Drs_jank_stats.h199 int64_t lastReportTime_ = TIMESTAMP_INITIAL; member in OHOS::Rosen::RSJankStats
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp468 requestPolicyInstance.lastReportTime_ -= (24 * 60 * 60 * 1000L + 1); in HWTEST_F()
533 instance.lastReportTime_ -= (24 * 60 * 60 * 1000L + 1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp326 rsJankStats->lastReportTime_ = 1; in HWTEST_F()

Completed in 7 milliseconds