Searched refs:BUNDLE_HISTORY_LOG_TABLE (Results 1 – 2 of 2) sorted by relevance
100 const std::string BUNDLE_HISTORY_LOG_TABLE = "BundleHistoryLog"; variable
112 } 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()