/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/photo_album_operation/ |
H A D | photo_album_merge_operation.cpp | 65 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 D | photo_album_lpath_operation.cpp | 228 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 D | photo_album_dao.cpp | 43 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 D | db_upgrade_utils.cpp | 32 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 D | photo_album_clone.cpp | 25 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 D | photos_clone.cpp | 83 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 D | tab_old_photos_restore.cpp | 36 …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 D | rdb_adapter_test.cpp | 298 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 D | prepared_stmt.cpp | 20 …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 D | mock_rdb.h | 76 const std::vector<ValueObject>& bindArgs) override in Update() 87 const std::string& whereClause, const std::vector<ValueObject>& bindArgs, in UpdateWithConflictResolution() 95 …const 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 D | duplicate_photo_operation.cpp | 428 …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 D | photo_displayname_operation.cpp | 66 const std::vector<NativeRdb::ValueObject> bindArgs = {ownerAlbumId, displayName}; in IsDisplayNameExists() local
|
H A D | photo_burst_operation.cpp | 123 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 D | notification_rdb_data_mgr_test.cpp | 79 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 D | relational_store_impl_rdbstore.h | 101 std::vector<OHOS::NativeRdb::ValueObject> bindArgs; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/ |
H A D | rdb_adapter.cpp | 105 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 D | predicates_utils.cpp | 40 const std::vector<ValueObject> &bindArgs) in SetWhereClauseAndArgs()
|
H A D | data_ability_predicates.cpp | 56 std::vector<ValueObject> bindArgs; in DataAbilityPredicates() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | abs_predicates.h | 111 std::vector<ValueObject> bindArgs; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/ |
H A D | album_plugin_table_event_handler.cpp | 65 std::vector<NativeRdb::ValueObject> bindArgs = { in InitiateData() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_predicates.cpp | 458 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 D | sqlite_shared_result_set.cpp | 150 auto bindArgs = std::move(bindArgs_); in Close() local
|
H A D | rdb_store_impl.cpp | 967 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 D | database.cpp | 97 const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteAndGetLong()
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_database.cpp | 169 …ghtDataBase::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &b… in ExecuteSql()
|