Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp63 debugCore_ = true; in BundleActiveCore()
66 debugCore_ = false; in BundleActiveCore()
189 bundleGroupController_ = std::make_shared<BundleActiveGroupController>(debugCore_); in Init()
198 bundleGroupHandler_ = std::make_shared<BundleActiveGroupHandler>(debugCore_); in InitBundleGroupController()
253 auto service = GetUserDataAndInitializeIfNeeded(userId, timeNow, debugCore_); in OnBundleUninstalled()
468 …LOGD("FLUSH interval is %{public}lld, debug is %{public}d", (long long)flushInterval_, debugCore_); in ReportEvent()
470 event.PrintEvent(debugCore_); in ReportEvent()
494 …r<BundleActiveUserService> service = GetUserDataAndInitializeIfNeeded(userId, timeNow, debugCore_); in ReportEvent()
543 debugCore_); in ReportEventToAllUserId()
573 …r<BundleActiveUserService> service = GetUserDataAndInitializeIfNeeded(userId, timeNow, debugCore_); in QueryBundleStatsInfos()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h277 bool debugCore_; variable