Searched refs:ACTIVE_GROUP_ALIVE (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_group_map.h | 25 {DeviceUsageStatsGroupConst::ACTIVE_GROUP_ALIVE, DeviceUsageStatsGroupConst::TWO_HOUR},
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 272 bundleUserHistory_->ReportUsage(bundleUsageHistory, event.bundleName_, ACTIVE_GROUP_ALIVE, in ReportEvent() 278 bundleUserHistory_->ReportUsage(bundleUsageHistory, event.bundleName_, ACTIVE_GROUP_ALIVE, in ReportEvent() 317 int32_t newGroup = std::max(oldGroup, ACTIVE_GROUP_ALIVE); in CheckAndUpdateGroup() 329 if (newGroup >= ACTIVE_GROUP_ALIVE && oneBundleHistory->bundleAliveTimeoutTimeStamp_ > in CheckAndUpdateGroup() 331 newGroup = ACTIVE_GROUP_ALIVE; in CheckAndUpdateGroup()
|
H A D | bundle_active_user_history.cpp | 188 if (newGroup == ACTIVE_GROUP_ALIVE) { in ReportUsage()
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_common.h | 24 const int32_t ACTIVE_GROUP_ALIVE = 10; member
|
H A D | bundle_active_group_controller.h | 51 ACTIVE_GROUP_ALIVE,
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_multi_test.cpp | 343 .at(DeviceUsageStatsGroupConst::ACTIVE_GROUP_ALIVE);
in MultiTestDeviceUsageStatsGroupMap()
|
H A D | device_usage_statistics_test.cpp | 345 .at(DeviceUsageStatsGroupConst::ACTIVE_GROUP_ALIVE); in HWTEST_F()
|
Completed in 5 milliseconds