Home
last modified time | relevance | path

Searched refs:FORM_RECORD_LOG_TABLE (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h104 const std::string FORM_RECORD_LOG_TABLE = "FormRecordLog"; member
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp118 } else if (tableName.find(FORM_RECORD_LOG_TABLE.c_str()) != tableName.npos) { in InitUsageGroupDatabase()
721 string formRecord = FORM_RECORD_LOG_TABLE + to_string(timeStamp); in CreateFormRecordTable()
1109 + " ON " + FORM_RECORD_LOG_TABLE + to_string(tableTime) + in GetTableIndexSql()
1192 if (ExecuteRenameTableName(FORM_RECORD_LOG_TABLE, tableOldTime, tableNewTime, rdbStore) != ERR_OK) { in RenameTableName()
1328 formRecordsTableName_ = FORM_RECORD_LOG_TABLE + to_string(newTime); in RenewTableTime()

Completed in 5 milliseconds