/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_setting/src/ |
H A D | ringtone_setting_manager.cpp | 229 string updateSql = "UPDATE ToneFiles SET " + in UpdateShotSetting() local 252 string updateSql = "UPDATE ToneFiles SET " + in UpdateRingtoneSetting() local 269 string updateSql = "UPDATE ToneFiles SET " + in UpdateNotificationSetting() local 286 string updateSql = "UPDATE ToneFiles SET " + in UpdateAlarmSetting() local 305 string updateSql = {}; in UpdateSettingsByPath() local 340 string updateSql = {}; in UpdateSettingsWithToneId() local 382 string updateSql = {}; in CleanupSettingFromRdb() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/ |
H A D | photo_day_month_year_operation.cpp | 119 std::stringstream updateSql; in UpdatePhotosDate() local 205 std::stringstream updateSql; in UpdatePhotosDate() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_tracker_table_test.cpp | 1371 std::string updateSql = "update " + TABLE_NAME2 + " set age = 3 where id = ?;"; variable 1439 std::string updateSql = "update " + TABLE_NAME2 + " set name = '3' where _rowid_ <= 5;"; variable 1536 std::string updateSql = "update " + TABLE_NAME2 + " SET age = 100; "; variable
|
H A D | distributeddb_interfaces_relational_test.cpp | 1659 std::string updateSql = "UPDATE 'create' SET 'create' = 1002 WHERE b = 'create'"; variable
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 505 std::string updateSql = "update student_1 set id = 1002 where name = 'xue';"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_database_utils.cpp | 252 const string updateSql = in UpdateUniqueNumber() local 339 std::string updateSql = "UPDATE tab_analysis_total SET face = CASE WHEN EXISTS \ in UpdateAnalysisTotalStatus() local 351 …std::string updateSql = "UPDATE tab_analysis_face_tag SET count = (SELECT count(1) from tab_analys… in UpdateAnalysisFaceTagStatus() local 363 std::string updateSql = in UpdateAnalysisTotalTblStatus() local
|
H A D | clone_restore.cpp | 2273 … std::string updateSql = GenCoverUriUpdateSql(tagIdToCoverInfo, oldToNewFileId, fileInfos, tagIds); in GenNewCoverUris() local 2302 std::string updateSql = "UPDATE AnalysisAlbum SET "; in GenCoverUriUpdateSql() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/ |
H A D | background_cloud_file_processor_test.cpp | 137 string updateSql; in PrepareAbnormalPhotos() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 895 std::string updateSql = "UPDATE table_a SET name = '99' where id = 1"; variable 951 std::string updateSql = "UPDATE table_b SET name = '99' where id = 4"; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_update_test.cpp | 627 …std::string updateSql = SqliteSqlBuilder::BuildUpdateString(values, "test", std::vector<std::strin… variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_analysis_album_operations.cpp | 254 string updateSql = withSql + " UPDATE " + ANALYSIS_ALBUM_TABLE + " SET " + in BuildUpdateGroupPhotoAlbumSql() local 866 … const string updateSql = "UPDATE " + ANALYSIS_ALBUM_TABLE + " SET " + IS_COVER_SATISFIED + " = " + in UpdatePortraitAlbumCoverSatisfied() local
|
H A D | medialibrary_data_manager.cpp | 1351 string updateSql; in generateUpdateSql() local 1411 string updateSql = generateUpdateSql(isCover, title, ownerAlbumId); in UpdateBurstPhoto() local 2150 …string updateSql = "UPDATE " + PhotoColumn::PHOTOS_TABLE + " SET " + MediaColumn::MEDIA_DATE_TAKEN… in UpdateDateTakenWhenZero() local
|
H A D | medialibrary_rdbstore.cpp | 314 const vector<string> updateSql = { in UpdateDateTakenToMillionSecond() local 350 const vector<string> updateSql = { in UpdateDateTakenAndDetalTime() local 2265 const vector<string> updateSql = { in UpdateYearMonthDayData() local 2293 const vector<string> updateSql = { in FixIndexOrder() local 2700 const vector<string> updateSql = { in UpdateMillisecondDate() local
|
H A D | medialibrary_asset_operations.cpp | 1855 const string updateSql = "UPDATE " + ASSET_UNIQUE_NUMBER_TABLE + " SET " + UNIQUE_NUMBER + in CreateAssetUniqueId() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 899 std::string &updateSql) in GetUpdateSqlForCloudSync() 939 std::string updateSql; in GetUpdateDataTableStatement() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 1140 const std::string &updateSql, SaveRecordStatements &statements) const in PrepareForSavingData() argument 1908 const std::string updateSql = "UPDATE local_data SET timestamp="; in UpdateLocalDataTimestamp() local
|