Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dmedia_library_db_upgrade.cpp206 …std::vector<std::string> executeSqls = {this->SQL_TEMP_PHOTO_MAP_TABLE_DROP, this->SQL_TEMP_PHOTO_… in MoveSingleRelationshipToPhotos() local
207 executeSqls.insert(executeSqls.end(), in MoveSingleRelationshipToPhotos()
210 executeSqls.push_back(this->SQL_PHOTOS_TABLE_UPDATE_ALBUM_ID); in MoveSingleRelationshipToPhotos()
211 executeSqls.push_back(this->SQL_PHOTO_MAP_TABLE_DELETE_SINGLE_RELATIONSHIP); in MoveSingleRelationshipToPhotos()
212 executeSqls.push_back(this->SQL_TEMP_PHOTO_MAP_TABLE_DROP); in MoveSingleRelationshipToPhotos()
222 for (const std::string &executeSql : executeSqls) { in MoveSingleRelationshipToPhotos()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp57 vector<string> executeSqls = { clearPhoto }; in ClearTables() local
59 ExecSqls(executeSqls); in ClearTables()
143 vector<string> executeSqls = {updateSql}; in PrepareAbnormalPhotos() local
144 int32_t ret = ExecSqls(executeSqls); in PrepareAbnormalPhotos()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp389 BatchRefSqls executeSqls; in MakeExecuteSqls() local
400 executeSqls.emplace_back(std::make_pair(executeSql, std::move(sqlArgs))); in MakeExecuteSqls()
406 executeSqls.emplace_back(std::make_pair(executeSql, std::move(sqlArgs))); in MakeExecuteSqls()
408 return executeSqls; in MakeExecuteSqls()