Searched refs:TBL_SEARCH_PHOTO_STATUS (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | search_column.h | 41 const std::string TBL_SEARCH_PHOTO_STATUS = "photo_status"; variable 72 TBL_SEARCH_PHOTO_STATUS + " INT DEFAULT 0, " + 115 " SET " + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::NEED_UPDATE) + 117 " AND (" + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::INDEXED) + 118 …" OR " + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::INDEXED_NEW) + "))… 128 " SET " + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::NEED_DELETE) + 139 " SET " + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::NEED_UPDATE) + 141 " AND (" + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::INDEXED) + 152 " SET " + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::NEED_UPDATE) + 154 " AND (" + TBL_SEARCH_PHOTO_STATUS + " = " + std::to_string(TblSearchPhotoStatus::INDEXED) + [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_search_test/src/ |
H A D | medialibrary_search_test.cpp | 78 valuesBucket.Put(TBL_SEARCH_PHOTO_STATUS, 1); 99 valuesBucket.Put(TBL_SEARCH_PHOTO_STATUS, 1); 123 valuesBucket.Put(TBL_SEARCH_PHOTO_STATUS, 1); 134 updateValues.Put(TBL_SEARCH_PHOTO_STATUS, 1); 172 valuesBucket.Put(TBL_SEARCH_PHOTO_STATUS, 1); 183 predicates.EqualTo(TBL_SEARCH_PHOTO_STATUS, 1);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_search_operations.cpp | 38 …TBL_SEARCH_PHOTO_STATUS + " > 0 AND " + MediaColumn::MEDIA_TYPE + " = 1 AND " + analysisCompleteCo… 43 …TBL_SEARCH_PHOTO_STATUS + " > 0 AND " + MediaColumn::MEDIA_TYPE + " = 2 AND " + analysisCompleteCo…
|
H A D | medialibrary_rdb_utils.cpp | 2553 predicates.EqualTo(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_PHOTO_STATUS, 0) in GetSearchBaseCount() 2579 ->GreaterThan(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_PHOTO_STATUS, 0)->And() in GetSearchUpdateCount() 2580 …->BeginWrap()->EqualTo(SEARCH_TOTAL_TABLE + "." + TBL_SEARCH_PHOTO_STATUS, SEARCH_UPDATE_STATUS)->… in GetSearchUpdateCount()
|