Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h97 const std::string EVENT_LOG_TABLE = "DeviceEventLog"; member
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp404 string eventTable = EVENT_LOG_TABLE + to_string(tableTimeMillis); in DeleteInvalidTable()
624 string eventTable = EVENT_LOG_TABLE + to_string(currentTimeMillis); in CreateEventLogTable()
1092 string eventTableName = EVENT_LOG_TABLE + to_string(tableTime); in GetTableIndexSql()
1185 if (ExecuteRenameTableName(EVENT_LOG_TABLE, tableOldTime, tableNewTime, rdbStore) != ERR_OK) { in RenameTableName()
1318 eventTableName_ = EVENT_LOG_TABLE + to_string(newTime); in RenewTableTime()

Completed in 5 milliseconds