Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h100 const std::string BUNDLE_HISTORY_LOG_TABLE = "BundleHistoryLog"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp112 } else if (BUNDLE_HISTORY_LOG_TABLE == tableName) { in InitUsageGroupDatabase()
113 bundleHistoryTableName_ = BUNDLE_HISTORY_LOG_TABLE; in InitUsageGroupDatabase()
777 + BUNDLE_HISTORY_LOG_TABLE in CreateBundleHistoryTable()
835 rdbStore->Update(changeRow, BUNDLE_HISTORY_LOG_TABLE, valuesBucket, in PutBundleHistoryData()
841 rdbStore->Insert(outRowId, BUNDLE_HISTORY_LOG_TABLE, valuesBucket); in PutBundleHistoryData()
859 bundleHistoryTableName_ = BUNDLE_HISTORY_LOG_TABLE; in CheckDatabaseFileAndTable()
870 string queryHistoryDataSql = "select * from " + BUNDLE_HISTORY_LOG_TABLE + " where userId = ?"; in GetBundleHistoryData()
1103 + " ON " + BUNDLE_HISTORY_LOG_TABLE + " (userId, bundleName);"; in GetTableIndexSql()