Searched refs:timeUntilNextCheck (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 261 int64_t timeUntilNextCheck; in ReportEvent() local 268 timeUntilNextCheck = timeoutForNotifySeen_; in ReportEvent() 274 timeUntilNextCheck = timeoutForSystemInteraction_; in ReportEvent() 280 timeUntilNextCheck = timeoutForDirectlyUse_; in ReportEvent() 283 SendCheckBundleMsg(event, userId, timeUntilNextCheck, checkBundleMsgEventId); in ReportEvent() 288 const int64_t& timeUntilNextCheck, const int64_t& checkBundleMsgEventId) in SendCheckBundleMsg() 297 activeGroupHandler_.lock()->SendCheckBundleMsg(checkBundleMsgEventId, handlerobjToPtr, timeUntilNextCheck); in SendCheckBundleMsg() 287 SendCheckBundleMsg(const BundleActiveEvent& event, const int32_t& userId, const int64_t& timeUntilNextCheck, const int64_t& checkBundleMsgEventId) SendCheckBundleMsg() argument
|
H A D | bundle_active_user_history.cpp | 181 const int64_t timeUntilNextCheck, const int32_t userId, const int32_t uid) in ReportUsage() 186 if (timeUntilNextCheck > bootBasedTimeStamp) { in ReportUsage() 187 int64_t nextCheckTimeStamp = bootBasedDuration_ + (timeUntilNextCheck - bootBasedTimeStamp_); in ReportUsage() 179 ReportUsage(shared_ptr<BundleActivePackageHistory> oneBundleUsageHistory, const string& bundleName, const int32_t newGroup, const uint32_t groupReason, const int64_t bootBasedTimeStamp, const int64_t timeUntilNextCheck, const int32_t userId, const int32_t uid) ReportUsage() argument
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 102 const int64_t& timeUntilNextCheck, const int64_t& checkBundleMsgEventId);
|
H A D | bundle_active_user_history.h | 54 const int64_t timeUntilNextCheck, const int32_t userId, const int32_t uid);
|
Completed in 3 milliseconds