Home
last modified time | relevance | path

Searched refs:timeUntilNextCheck (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp260 int64_t timeUntilNextCheck; in ReportEvent() local
267 timeUntilNextCheck = timeoutForNotifySeen_; in ReportEvent()
273 timeUntilNextCheck = timeoutForSystemInteraction_; in ReportEvent()
279 timeUntilNextCheck = timeoutForDirectlyUse_; in ReportEvent()
282 SendCheckBundleMsg(event, userId, timeUntilNextCheck, checkBundleMsgEventId); in ReportEvent()
287 const int64_t& timeUntilNextCheck, const int64_t& checkBundleMsgEventId) in SendCheckBundleMsg() argument
296 …oupHandler_.lock()->SendCheckBundleMsg(checkBundleMsgEventId, handlerobjToPtr, timeUntilNextCheck); in SendCheckBundleMsg()
H A Dbundle_active_user_history.cpp181 const int64_t timeUntilNextCheck, const int32_t userId, const int32_t uid) in ReportUsage() argument
186 if (timeUntilNextCheck > bootBasedTimeStamp) { in ReportUsage()
187 … int64_t nextCheckTimeStamp = bootBasedDuration_ + (timeUntilNextCheck - bootBasedTimeStamp_); in ReportUsage()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_user_history.h54 const int64_t timeUntilNextCheck, const int32_t userId, const int32_t uid);
H A Dbundle_active_group_controller.h102 const int64_t& timeUntilNextCheck, const int64_t& checkBundleMsgEventId);