Home
last modified time | relevance | path

Searched refs:UpdateWithConflictResolution (Results 1 – 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Drdb_store.h52 …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/
Drdb_update_test.cpp260 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/
Drdb_store_impl.h49 …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/
Drdb_store_mock.h59 MOCK_METHOD6(UpdateWithConflictResolution,
67 MOCK_METHOD6(UpdateWithConflictResolution,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h59 MOCK_METHOD6(UpdateWithConflictResolution,
67 MOCK_METHOD6(UpdateWithConflictResolution,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store.h163 …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/
Drdb_store_impl.h88 …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/
Drdb_store_impl.cpp547 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/
Dnapi_rdb_store.cpp585 return obj->rdbStore_->UpdateWithConflictResolution(context->intOutput, context->tableName, in Update()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp647 return obj->rdbStore_->UpdateWithConflictResolution(context->intOutput, context->tableName, in Update()