Home
last modified time | relevance | path

Searched defs:bindArgs (Results 1 - 25 of 42) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_clone.cpp25 std::string PhotoAlbumClone::ToString(const std::vector<NativeRdb::ValueObject> &bindArgs) in ToString() argument
60 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotoAlbumInOriginalDb() local
H A Ddb_upgrade_utils.cpp31 std::vector<NativeRdb::ValueObject> bindArgs = {tableName}; in IsTableExists() local
50 std::vector<NativeRdb::ValueObject> bindArgs = {tableName, columnName}; in IsColumnExists() local
H A Dtab_old_photos_restore.cpp36 std::vector<NativeRdb::ValueObject> bindArgs = { fileInfo.fileIdOld, fileInfo.oldPath, fileInfo.cloudPath}; in Restore() 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
188 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in FindDuplicateBurstKey() local
255 std::vector<NativeRdb::ValueObject> bindArgs = {burstKeyNew, info.ownerAlbumId, info.burstKey}; in FixDuplicateBurstKeyInDifferentAlbum() local
[all...]
H A Dphoto_album_dao.cpp41 std::vector<NativeRdb::ValueObject> bindArgs = {albumName, lPath}; in CheckAlbumNameUnique() local
98 std::vector<NativeRdb::ValueObject> bindArgs = {offset, pageSize}; in GetPhotoAlbums() local
141 std::vector<NativeRdb::ValueObject> bindArgs = {lPath}; in GetPhotoAlbum() local
181 std::vector<NativeRdb::ValueObject> bindArgs = { in GetOrCreatePhotoAlbum() local
198 std::string PhotoAlbumDao::ToString(const std::vector<NativeRdb::ValueObject> &bindArgs) in ToString() argument
225 std::vector<NativeRdb::ValueObject> bindArgs = { RestoreAlbums() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dalbum_plugin_table_event_handler.cpp57 std::vector<NativeRdb::ValueObject> bindArgs = { in InitiateData() local
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp39 SetWhereClauseAndArgs(AbsPredicates *predicates, const std::string &whereClause, const std::vector<ValueObject> &bindArgs) SetWhereClauseAndArgs() argument
H A Ddata_ability_predicates.cpp56 std::vector<ValueObject> bindArgs; in DataAbilityPredicates() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_burst_operation.cpp136 const std::vector<NativeRdb::ValueObject> bindArgs = {ownerAlbumId, burstGroupNameCondition}; in QueryBurstKeyFromDB() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp20 PreparedStmt::PreparedStmt(ExecutorOperation opCode, const std::string &sql, const std::vector<std::string> &bindArgs) in PreparedStmt() argument
34 void PreparedStmt::SetBindArgs(std::vector<std::string> bindArgs) in SetBindArgs() argument
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h159 std::vector<OHOS::NativeRdb::ValueObject> bindArgs; member in OHOS::Relational::RdbStoreImpl
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp104 Delete(int32_t& deleteRows, const std::string& table, const std::string& whereClause, const std::vector<ValueObject>& bindArgs) Delete() argument
135 Update(int32_t& changedRows, const std::string& table, const ValuesBucket& values, const std::string& whereClause, const std::vector<ValueObject>& bindArgs) Update() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp298 const std::vector<ValueObject>& bindArgs = {valueObject}; in HWTEST_F() local
329 const std::vector<ValueObject>& bindArgs = {valueObject}; in HWTEST_F() local
359 const std::vector<ValueObject>& bindArgs = {valueObject}; in HWTEST_F() local
388 const std::vector<ValueObject>& bindArgs = {valueObject}; in HWTEST_F() local
433 const std::vector<ValueObject>& bindArgs = {valueObject}; in HWTEST_F() local
476 const std::vector<ValueObject>& bindArgs = {valueObject}; HWTEST_F() local
512 const std::vector<ValueObject>& bindArgs = {valueObject}; HWTEST_F() local
556 const std::vector<ValueObject>& bindArgs = {valueObject}; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_predicates.h111 std::vector<ValueObject> bindArgs; member in OHOS::NativeRdb::AbsPredicates
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_update_test.cpp787 std::vector<ValueObject> bindArgs; in HWTEST_F() local
H A Drdb_execute_rd_test.cpp120 std::vector bindArgs = in HWTEST_P() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dphoto_map_operations.cpp83 vector<ValueObject> bindArgs = { albumId, assetId, albumId, assetId, assetId, albumId}; in InsertAnalysisAsset() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h198 const std::vector<NativeRdb::ValueObject> bindArgs = {ownerAlbumId, displayName}; in IsDisplayNameExists() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_rdb_test.cpp387 vector<ValueObject> bindArgs; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp174 void RemoteExecutorRequestPacket::SetBindArgs(const std::vector<std::string> &bindArgs) in SetBindArgs() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp103 std::vector<std::string> bindArgs = ValueProxy::Convert(std::move(args)); in GetRemoteCondition() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp175 auto bindArgs = std::move(bindArgs_); in Close() local
H A Dabs_predicates.cpp458 std::vector<ValueObject> bindArgs; In() local
483 std::vector<ValueObject> bindArgs; NotIn() local
608 SetBindArgs(const std::vector<ValueObject> &bindArgs) SetBindArgs() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h50 std::vector<ValueObject> bindArgs; member
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drelational_store_test.cpp1918 std::vector<ValueObject> bindArgs; in HWTEST_F() local

Completed in 16 milliseconds

12