Home
last modified time | relevance | path

Searched defs:updateSql (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_setting/src/
H A Dringtone_setting_manager.cpp229 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 Dphoto_day_month_year_operation.cpp119 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 Ddistributeddb_interfaces_relational_tracker_table_test.cpp1371 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 Ddistributeddb_interfaces_relational_test.cpp1659 std::string updateSql = "UPDATE 'create' SET 'create' = 1002 WHERE b = 'create'"; variable
H A Ddistributeddb_interfaces_relational_sync_test.cpp505 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 Dbackup_database_utils.cpp252 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 Dclone_restore.cpp2273 … 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 Dbackground_cloud_file_processor_test.cpp137 string updateSql; in PrepareAbnormalPhotos() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp895 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 Drdb_update_test.cpp627 …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 Dmedialibrary_analysis_album_operations.cpp254 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 Dmedialibrary_data_manager.cpp1351 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 Dmedialibrary_rdbstore.cpp314 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 Dmedialibrary_asset_operations.cpp1855 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 Dsqlite_single_ver_relational_storage_executor_extend.cpp899 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 Dsqlite_single_ver_storage_executor.cpp1140 const std::string &updateSql, SaveRecordStatements &statements) const in PrepareForSavingData() argument
1908 const std::string updateSql = "UPDATE local_data SET timestamp="; in UpdateLocalDataTimestamp() local