Home
last modified time | relevance | path

Searched refs:DURATION_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.h99 const std::string DURATION_LOG_TABLE = "DurationLog"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp110 if (DURATION_LOG_TABLE == tableName) { in InitUsageGroupDatabase()
111 durationTableName_ = DURATION_LOG_TABLE; in InitUsageGroupDatabase()
507 if (DURATION_LOG_TABLE == tableName) { in SupportAppTwin()
757 + DURATION_LOG_TABLE in CreateDurationTable()
913 durationTableName_ = DURATION_LOG_TABLE; in PutDurationData()
924 rdbStore->Update(changeRow, DURATION_LOG_TABLE, valuesBucket); in PutDurationData()
926 rdbStore->Insert(outRowId, DURATION_LOG_TABLE, valuesBucket); in PutDurationData()
937 string queryDurationDataSql = "select * from " + DURATION_LOG_TABLE; in GetDurationData()