| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
| D | rdb_store.h | 52 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… 55 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB…
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_update_test.cpp | 260 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = 19"); 309 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", 358 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", 408 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", 457 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", 505 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?",
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
| D | rdb_store_impl.h | 49 …int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &v… 52 …int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &v…
|
| /foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/ |
| D | rdb_store_mock.h | 59 MOCK_METHOD6(UpdateWithConflictResolution, 67 MOCK_METHOD6(UpdateWithConflictResolution,
|
| /foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
| D | clouddisk_rdbstore_mock.h | 59 MOCK_METHOD6(UpdateWithConflictResolution, 67 MOCK_METHOD6(UpdateWithConflictResolution,
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_store.h | 163 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… 177 virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table,
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | rdb_store_impl.h | 88 …int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &v… 91 …int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &v…
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_store_impl.cpp | 547 return UpdateWithConflictResolution( in Update() 555 return UpdateWithConflictResolution( in Update() 565 int RdbStoreImpl::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Va… in UpdateWithConflictResolution() function in OHOS::NativeRdb::RdbStoreImpl 571 return UpdateWithConflictResolution( in UpdateWithConflictResolution() 575 int RdbStoreImpl::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Va… in UpdateWithConflictResolution() function in OHOS::NativeRdb::RdbStoreImpl
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/src/ |
| D | napi_rdb_store.cpp | 585 return obj->rdbStore_->UpdateWithConflictResolution(context->intOutput, context->tableName, in Update()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| D | napi_rdb_store.cpp | 647 return obj->rdbStore_->UpdateWithConflictResolution(context->intOutput, context->tableName, in Update()
|