Home
last modified time | relevance | path

Searched refs:groupIntervalMap_ (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_multi_test.cpp339 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
342 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
345 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
348 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
351 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
H A Ddevice_usage_statistics_test.cpp341 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in HWTEST_F()
344 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in HWTEST_F()
347 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in HWTEST_F()
350 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in HWTEST_F()
353 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_group_map.h23 std::map<int32_t, int64_t> groupIntervalMap_ = { member
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp383 auto itMap = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.find(group); in SetMinIntervalByGroup()
384 if (itMap != DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.end()) { in SetMinIntervalByGroup()
385 minInterval_ = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_[group]; in SetMinIntervalByGroup()

Completed in 3 milliseconds