Home
last modified time | relevance | path

Searched refs:CreateIndex (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_column.cpp237 const std::string PhotoColumn::CREATE_CLOUD_ID_INDEX = BaseColumn::CreateIndex() +
240 const std::string PhotoColumn::CREATE_YEAR_INDEX = BaseColumn::CreateIndex() +
243 const std::string PhotoColumn::CREATE_MONTH_INDEX = BaseColumn::CreateIndex() +
246 const std::string PhotoColumn::CREATE_DAY_INDEX = BaseColumn::CreateIndex() +
258 const std::string PhotoColumn::CREATE_SCHPT_MEDIA_TYPE_INDEX = BaseColumn::CreateIndex() +
291 const std::string PhotoColumn::CREATE_HIDDEN_TIME_INDEX = BaseColumn::CreateIndex() +
295 BaseColumn::CreateIndex() + PHOTO_SCHPT_HIDDEN_TIME_INDEX + " ON " + PHOTOS_TABLE +
303 BaseColumn::CreateIndex() + PHOTO_FAVORITE_INDEX + " ON " + PHOTOS_TABLE +
328 BaseColumn::CreateIndex() + PHOTO_SCHPT_ADDED_INDEX + " ON " + PHOTOS_TABLE +
338 BaseColumn::CreateIndex() + "idx_camera_shot_key" + " ON " + PHOTOS_TABLE +
[all …]
H A Dbase_column.cpp27 const string &BaseColumn::CreateIndex() in CreateIndex() function in OHOS::Media::BaseColumn
H A Dphoto_map_column.cpp61 const string PhotoMap::CREATE_IDX_FILEID_FOR_PHOTO_MAP = CreateIndex() +
H A Dmedia_app_uri_sensitive_column.cpp58 const std::string AppUriSensitiveColumn::CREATE_URI_URITYPE_APPID_INDEX = BaseColumn::CreateIndex()…
H A Dmedia_app_uri_permission_column.cpp65 const std::string AppUriPermissionColumn::CREATE_URI_URITYPE_APPID_INDEX = BaseColumn::CreateIndex(…
H A Dphoto_album_column.cpp136 const string PhotoAlbumColumns::INDEX_ALBUM_TYPES = CreateIndex() + "photo_album_types" + " ON " + …
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dlocation_db_sqls.h57 BaseColumn::CreateIndex() + LOCATION_CITY_NAME_INDEX + " ON " + GEO_DICTIONARY_TABLE +
61 BaseColumn::CreateIndex() + LOCATION_LOCATION_KEY_INDEX + " ON " + GEO_KNOWLEDGE_TABLE +
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dtab_old_photos_table_event_handler.cpp39 this->CreateIndex(store); in OnCreate()
64 int32_t TabOldPhotosTableEventHandler::CreateIndex(NativeRdb::RdbStore &store) in CreateIndex() function in OHOS::Media::TabOldPhotosTableEventHandler
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dbase_column.h26 EXPORT static const std::string &CreateIndex();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/event_handler/
H A Dtab_old_photos_table_event_handler.h33 int32_t CreateIndex(NativeRdb::RdbStore &store);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp460 string ret = BaseColumn::CreateIndex();