Home
last modified time | relevance | path

Searched defs:bindArgs (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/photo_album_operation/
H A Dphoto_album_merge_operation.cpp65 const std::vector<NativeRdb::ValueObject> bindArgs = {oldAlbumId, newAlbumId}; in DeleteDuplicateRelationshipInPhotoMap() local
83 const std::vector<NativeRdb::ValueObject> bindArgs = {newAlbumId, oldAlbumId, newAlbumId}; in UpdateRelationshipInPhotoMap() local
101 const std::vector<NativeRdb::ValueObject> bindArgs = {newAlbumId, oldAlbumId, newAlbumId}; in UpdateRelationshipInPhotos() local
119 const std::vector<NativeRdb::ValueObject> bindArgs = {oldAlbumId}; in DeleteOldAlbum() local
H A Dphoto_album_lpath_operation.cpp228 const std::vector<NativeRdb::ValueObject> bindArgs = { in UpdateAlbumInfoFromAlbumPluginByAlbumId() local
250 …const std::vector<NativeRdb::ValueObject> bindArgs = {albumInfo.lPath, albumInfo.albumId, albumInf… in UpdateAlbumLPathByAlbumId() local
267 const std::vector<NativeRdb::ValueObject> bindArgs = {lPath}; in GetLatestAlbumInfoBylPath() local
336 const std::vector<NativeRdb::ValueObject> bindArgs = {albumInfo.albumId, albumInfo.lPath}; in GetDuplicatelPathAlbumInfoSub() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_dao.cpp43 std::vector<NativeRdb::ValueObject> bindArgs = {albumName, lPath}; in CheckAlbumNameUnique() local
100 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotoAlbums() local
144 std::vector<NativeRdb::ValueObject> bindArgs = {lPath}; in GetPhotoAlbum() local
190 std::vector<NativeRdb::ValueObject> bindArgs = { in GetOrCreatePhotoAlbum() local
209 std::string PhotoAlbumDao::ToString(const std::vector<NativeRdb::ValueObject> &bindArgs) in ToString()
241 std::vector<NativeRdb::ValueObject> bindArgs = { in RestoreAlbums() local
H A Ddb_upgrade_utils.cpp32 std::vector<NativeRdb::ValueObject> bindArgs = {tableName}; in IsTableExists() local
51 std::vector<NativeRdb::ValueObject> bindArgs = {tableName, columnName}; in IsColumnExists() local
71 std::vector<NativeRdb::ValueObject> bindArgs = {tableName}; in GetAllTriggers() local
101 std::vector<NativeRdb::ValueObject> bindArgs = {tableName}; in GetAllUniqueIndex() local
H A Dphoto_album_clone.cpp25 std::string PhotoAlbumClone::ToString(const std::vector<NativeRdb::ValueObject> &bindArgs) in ToString()
60 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotoAlbumInOriginalDb() local
H A Dphotos_clone.cpp83 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotosInPhotoMap() local
96 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotosNotInPhotoMap() local
198 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in FindDuplicateBurstKey() local
268 … std::vector<NativeRdb::ValueObject> bindArgs = {burstKeyNew, info.ownerAlbumId, info.burstKey}; in FixDuplicateBurstKeyInDifferentAlbum() local
H A Dtab_old_photos_restore.cpp36 …std::vector<NativeRdb::ValueObject> bindArgs = { fileInfo.fileIdOld, fileInfo.oldPath, fileInfo.cl… in Restore() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp298 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
329 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
359 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
388 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
433 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
476 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
512 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
556 const std::vector<ValueObject>& bindArgs = {valueObject}; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp20 …redStmt(ExecutorOperation opCode, const std::string &sql, const std::vector<std::string> &bindArgs) in PreparedStmt()
34 void PreparedStmt::SetBindArgs(std::vector<std::string> bindArgs) in SetBindArgs()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h76 const std::vector<ValueObject>& bindArgs) override in Update()
87 const std::string& whereClause, const std::vector<ValueObject>& bindArgs, in UpdateWithConflictResolution()
95const std::vector<ValueObject>& bindArgs, const std::string& groupBy, const std::string& indexName, in Query()
115 …shared_ptr<ResultSet> QueryByStep(const std::string& sql, const std::vector<ValueObject>& bindArgs, in QueryByStep()
121 …teAndGetLong(int64_t& outValue, const std::string& sql, const std::vector<ValueObject>& bindArgs) … in ExecuteAndGetLong()
126 … std::string& outValue, const std::string& sql, const std::vector<ValueObject>& bindArgs) override in ExecuteAndGetString()
131 … int64_t& outValue, const std::string& sql, const std::vector<ValueObject>& bindArgs) override in ExecuteForLastInsertedRowId()
136 … int64_t& outValue, const std::string& sql, const std::vector<ValueObject>& bindArgs) override in ExecuteForChangedRowCount()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dduplicate_photo_operation.cpp428 …const std::vector<NativeRdb::ValueObject> bindArgs{ NativeRdb::ValueObject(limit), NativeRdb::Valu… in GetAllDuplicateAssets() local
454 …const std::vector<NativeRdb::ValueObject> bindArgs{ NativeRdb::ValueObject(limit), NativeRdb::Valu… in GetCanDelDuplicateAssets() local
H A Dphoto_displayname_operation.cpp66 const std::vector<NativeRdb::ValueObject> bindArgs = {ownerAlbumId, displayName}; in IsDisplayNameExists() local
H A Dphoto_burst_operation.cpp123 const std::vector<NativeRdb::ValueObject> bindArgs = {ownerAlbumId, burstGroupNameCondition}; in QueryBurstKeyFromDB() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp79 const std::vector<ValueObject> &bindArgs = {}) in Update()
90 const std::string &whereClause = "", const std::vector<ValueObject> &bindArgs = {}, in UpdateWithConflictResolution()
101 const std::vector<ValueObject> &bindArgs = {}) in Delete()
107 const std::vector<ValueObject> &bindArgs = {}, const std::string &groupBy = "", in Query()
130 … const std::string &sql, const std::vector<ValueObject> &bindArgs = {}, bool preCount = true) in QueryByStep()
135 … const std::string &sql, const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteSql()
143 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteAndGetLong()
148 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteAndGetString()
153 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteForLastInsertedRowId()
158 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteForChangedRowCount()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h101 std::vector<OHOS::NativeRdb::ValueObject> bindArgs; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp105 const std::vector<ValueObject>& bindArgs) in Delete()
136 const std::string& whereClause, const std::vector<ValueObject>& bindArgs) in Update()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp40 const std::vector<ValueObject> &bindArgs) in SetWhereClauseAndArgs()
H A Ddata_ability_predicates.cpp56 std::vector<ValueObject> bindArgs; in DataAbilityPredicates() local
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_predicates.h111 std::vector<ValueObject> bindArgs; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dalbum_plugin_table_event_handler.cpp65 std::vector<NativeRdb::ValueObject> bindArgs = { in InitiateData() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp458 std::vector<ValueObject> bindArgs; in In() local
483 std::vector<ValueObject> bindArgs; in NotIn() local
608 void AbsPredicates::SetBindArgs(const std::vector<ValueObject> &bindArgs) in SetBindArgs()
H A Dsqlite_shared_result_set.cpp150 auto bindArgs = std::move(bindArgs_); in Close() local
H A Drdb_store_impl.cpp967 std::vector<ValueObject> bindArgs; in Insert() local
1124 …ared_ptr<AbsSharedResultSet> RdbStoreImpl::QuerySql(const std::string &sql, const Values &bindArgs) in QuerySql()
1480 std::vector<ValueObject> bindArgs; in CreateBackupBindArgs() local
1533 std::vector<ValueObject> bindArgs = CreateBackupBindArgs(databasePath, destEncryptKey); in InnerBackup() local
1673 std::vector<ValueObject> bindArgs; in AttachInner() local
1758 std::vector<ValueObject> bindArgs; in Detach() local
1932 const std::vector<ValueObject> &bindArgs) in ExecuteByTrxId()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp97 const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteAndGetLong()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp169 …ghtDataBase::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &b… in ExecuteSql()

123