Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_multi_test.cpp360 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
363 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
366 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
369 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
372 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_ in MultiTestDeviceUsageStatsGroupMap()
H A Ddevice_usage_statistics_test.cpp376 int64_t minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
379 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
382 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
385 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
388 minInterval = DeviceUsageStatsGroupMap::groupIntervalMap_
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_group_map.h23 std::map<int32_t, int64_t> groupIntervalMap_ = { variable
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp440 auto itMap = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.find(newGroup); in SetMinIntervalByGroup()
441 if (itMap != DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.end()) { in SetMinIntervalByGroup()
442 minInterval_ = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_[newGroup]; in SetMinIntervalByGroup()