Searched refs:LOG_DB_TABLE_NAME (Results 1 – 2 of 2) sorted by relevance
32 const std::string LOG_DB_TABLE_NAME = "app_events"; variable136 if (int ret = CreateAppEventsTable(LOG_DB_TABLE_NAME); ret != DB_SUCC) { in FoldAppUsageDbHelper()210 if (int ret = rdbStore_->Insert(seq, LOG_DB_TABLE_NAME, valuesBucket); ret != NativeRdb::E_OK) { in AddAppEvent()224 NativeRdb::RdbPredicates predicates(LOG_DB_TABLE_NAME); in QueryRawEventIndex()250 NativeRdb::RdbPredicates predicates(LOG_DB_TABLE_NAME); in QueryAppEventRecords()313 NativeRdb::AbsRdbPredicates predicates(LOG_DB_TABLE_NAME); in QueryFinalScreenStatus()351 …", COUNT(*) AS start_num FROM " + LOG_DB_TABLE_NAME + " WHERE " + FoldEventTable::FIELD_EVENT_ID +… in QueryStatisticEventsInPeriod()384 NativeRdb::AbsRdbPredicates predicates(LOG_DB_TABLE_NAME); in QueryForegroundAppsInfo()429 NativeRdb::AbsRdbPredicates predicates(LOG_DB_TABLE_NAME); in DeleteEventsByTime()473 NativeRdb::AbsRdbPredicates predicates(LOG_DB_TABLE_NAME); in QueryEventAfterEndTime()
38 const std::string LOG_DB_TABLE_NAME = "app_events"; variable