Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h25 const int32_t SORTED_TABLE_ARRAY_NUMBER = 4; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp45 const int32_t MAX_FILES_EVERY_INTERVAL_TYPE[SORTED_TABLE_ARRAY_NUMBER] = {30, 30, 12, 10};
60 sortedTableArray_ = vector<vector<int64_t>>(SORTED_TABLE_ARRAY_NUMBER); in BundleActiveUsageDatabase()
303 if (databaseType >= 0 && databaseType < SORTED_TABLE_ARRAY_NUMBER) { in DeleteExcessiveTableData()