Searched refs:MEDIALIBRARY_ERROR_TABLE (Results 1 – 4 of 4) sorted by relevance
23 const std::string MEDIALIBRARY_ERROR_TABLE = "Error"; variable
319 …g CREATE_MEDIALIBRARY_ERROR_TABLE = "CREATE TABLE IF NOT EXISTS " + MEDIALIBRARY_ERROR_TABLE + " ("
925 int32_t ret = rdbStore->Insert(outRowId, MEDIALIBRARY_ERROR_TABLE, valuesBucket); in RecordError()948 AbsRdbPredicates predicates(MEDIALIBRARY_ERROR_TABLE); in ReadError()997 int32_t ret = rdbStore->Delete(outRowId, MEDIALIBRARY_ERROR_TABLE, whereClause, whereArgs); in DeleteError()
1748 UpdateCloudPathSql(MEDIALIBRARY_ERROR_TABLE, MEDIA_DATA_ERROR), in UpdateCloudPath()