Home
last modified time | relevance | path

Searched refs:MAP_ASSET_DESTINATION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dstory_db_sqls.h119 MAP_ASSET_DESTINATION + " INT, " +
120 "PRIMARY KEY (" + MAP_ASSET_SOURCE + "," + MAP_ASSET_DESTINATION + ")) ";
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dstory_album_column.h57 const std::string MAP_ASSET_DESTINATION = "map_asset_destination"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp1386 vector<string> columns = { MAP_ASSET_SOURCE, MAP_ASSET_DESTINATION }; in DealWithHighlightSdTable()
1400 int32_t mapAssetDestination = GetInt32Val(MAP_ASSET_DESTINATION, resultSetQuery); in DealWithHighlightSdTable()