Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_data_manager_test.cpp295 vector<string> updateIds; variable
296 updateIds.push_back(to_string(1));
332 vector<string> updateIds; variable
333 updateIds.push_back(to_string(1));
335 predicates.In(RINGTONE_COLUMN_TONE_ID, updateIds);
351 vector<string> updateIds; variable
352 updateIds.push_back(to_string(1));
354 predicates.In(RINGTONE_COLUMN_TONE_ID, updateIds);
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
H A Dringtone_test.cpp115 vector<string> updateIds; in RingtoneDeleteAndUpdate() local
116 updateIds.push_back(to_string(toneId - 1)); in RingtoneDeleteAndUpdate()
117 deletePredicates.In(RINGTONE_COLUMN_TONE_ID, updateIds); in RingtoneDeleteAndUpdate()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dphoto_map_operations.cpp100 vector<int32_t> updateIds; in AddPhotoAssets() local
110 changedRows = MediaLibraryRdbUtils::UpdateOwnerAlbumId(rdbStore, values, updateIds); in AddPhotoAssets()
117 for (const auto &id : updateIds) { in AddPhotoAssets()
H A Dmedialibrary_rdb_utils.cpp1349 const shared_ptr<MediaLibraryRdbStore> rdbStore, vector<int32_t> &updateIds) in CopyAssetIfNeed() argument
1364 updateIds.push_back(fileId); in CopyAssetIfNeed()
1369 updateIds.push_back(newAssetId); in CopyAssetIfNeed()
1546 const vector<DataShare::DataShareValuesBucket> &values, vector<int32_t> &updateIds) in UpdateOwnerAlbumId() argument
1559 if (CopyAssetIfNeed(photoId, albumId, rdbStore, updateIds)) { in UpdateOwnerAlbumId()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdb_utils.h102 … const std::vector<DataShare::DataShareValuesBucket> &values, std::vector<int32_t> &updateIds);