Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h98 const std::string EVENT_LOG_TABLE_INDEX_PREFIX = "DeviceEventLogIndex"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1091 string eventTableIndex = EVENT_LOG_TABLE_INDEX_PREFIX + to_string(tableTime); in GetTableIndexSql()