Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp124 if (!usageHistoryInserted) { in GetUserHistory()
126 usageHistoryInserted = in GetUserHistory()
130 userHistory_[userId] = usageHistoryInserted; in GetUserHistory()
149 shared_ptr<BundleActivePackageHistory> usageHistoryInserted = in GetUsageHistoryInUserHistory() local
151 usageHistoryInserted->bundleName_ = bundleName; in GetUsageHistoryInUserHistory()
154 usageHistoryInserted->currentGroup_ = ACTIVE_GROUP_NEVER; in GetUsageHistoryInUserHistory()
155 usageHistoryInserted->reasonInGroup_ = GROUP_CONTROL_REASON_DEFAULT; in GetUsageHistoryInUserHistory()
156 usageHistoryInserted->bundleAliveTimeoutTimeStamp_ = 0; in GetUsageHistoryInUserHistory()
157 usageHistoryInserted->bundleDailyTimeoutTimeStamp_ = 0; in GetUsageHistoryInUserHistory()
158 usageHistoryInserted->uid_ = uid; in GetUsageHistoryInUserHistory()
[all …]