Home
last modified time | relevance | path

Searched refs:flushInterval_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp62 flushInterval_ = TWO_MINUTE; in BundleActiveCore()
65 flushInterval_ = THIRTY_MINUTE; in BundleActiveCore()
270 …_.lock()->SendEvent(BundleActiveReportHandler::MSG_FLUSH_TO_DISK, handlerobjToPtr, flushInterval_); in OnStatsChanged()
468 …LOGD("FLUSH interval is %{public}lld, debug is %{public}d", (long long)flushInterval_, debugCore_); in ReportEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h256 int64_t flushInterval_; variable