Home
last modified time | relevance | path

Searched refs:SEARCH_TOTAL_TABLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dsearch_column.h28 const std::string SEARCH_TOTAL_TABLE = "tab_analysis_search_index"; variable
31 const std::string URI_SEARCH_INDEX = MEDIALIBRARY_DATA_URI + "/" + SEARCH_TOTAL_TABLE;
86 " INSERT INTO " + SEARCH_TOTAL_TABLE +
99 " UPDATE " + SEARCH_TOTAL_TABLE +
114 " UPDATE " + SEARCH_TOTAL_TABLE +
127 " UPDATE " + SEARCH_TOTAL_TABLE +
138 " UPDATE " + SEARCH_TOTAL_TABLE +
151 " UPDATE " + SEARCH_TOTAL_TABLE +
165 " UPDATE " + SEARCH_TOTAL_TABLE +
183 " UPDATE " + SEARCH_TOTAL_TABLE +
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_search_operations.cpp48 …mediaVideoTotal + " FROM " + PhotoColumn::PHOTOS_TABLE + " Inner JOIN " + SEARCH_TOTAL_TABLE + " O…
49 …PhotoColumn::PHOTOS_TABLE + "." + MediaColumn::MEDIA_ID + "=" + SEARCH_TOTAL_TABLE + "." + TBL_SEA…
H A Dmedialibrary_rdb_utils.cpp2548 RdbPredicates predicates(SEARCH_TOTAL_TABLE); in GetSearchBaseCount()
2550 clasues.push_back(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_FILE_ID + " = " + in GetSearchBaseCount()
2553 predicates.EqualTo(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_PHOTO_STATUS, 0) in GetSearchBaseCount()
2557 ->GreaterThanOrEqualTo(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_FILE_ID, 0); in GetSearchBaseCount()
2563 RdbPredicates predicates(SEARCH_TOTAL_TABLE); in GetSearchUpdateCount()
2565 clauses.push_back(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_FILE_ID + " = " + in GetSearchUpdateCount()
2568 clausesTotal.push_back(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_FILE_ID + " = " + in GetSearchUpdateCount()
2572 clausesGeo.push_back(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_LONGITUDE + in GetSearchUpdateCount()
2579 ->GreaterThan(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_PHOTO_STATUS, 0)->And() in GetSearchUpdateCount()
2592 ->IsNotNull(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_LATITUDE)->And() in GetSearchUpdateCount()
[all …]
H A Dmedialibrary_rdbstore.cpp2043 "DROP TABLE IF EXISTS " + SEARCH_TOTAL_TABLE, in AddSearchTable()
2082 "DROP TABLE IF EXISTS " + SEARCH_TOTAL_TABLE, in ResetSearchTables()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp119 { SEARCH_TOTAL_TABLE, OperationObject::SEARCH_TOTAL }, in GetOprnObjMap()
195 { OperationObject::SEARCH_TOTAL, { { OperationType::UNKNOWN_TYPE, SEARCH_TOTAL_TABLE } } }, in GetTableNameMap()