Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_update_test.cpp316 ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = 19");
365 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
414 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
464 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
513 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
561 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
600 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
608 …ret = store->UpdateWithConflictResolution(changedRows, "test", values, "age = ?", std::vector<std:…
H A Drdb_trans_db_test.cpp694 …transDB_->UpdateWithConflictResolution(updatedNum, TABLE_NAME, updateRow, "id > ? and id < ?", { …
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_rdbstore_mock.h59 MOCK_METHOD6(UpdateWithConflictResolution,
67 MOCK_METHOD6(UpdateWithConflictResolution,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Drdb_store_mock.h59 MOCK_METHOD6(UpdateWithConflictResolution,
67 MOCK_METHOD6(UpdateWithConflictResolution,
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h80 …int UpdateWithConflictResolution(int& changedRows, const std::string& table, const ValuesBucket& v… in UpdateWithConflictResolution() function
86 …int UpdateWithConflictResolution(int& changedRows, const std::string& table, const ValuesBucket& v… in UpdateWithConflictResolution() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h58 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution() function
64 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h257 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &ro…
270 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &ro…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp191 int RdbStore::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &r… in UpdateWithConflictResolution() function in OHOS::NativeRdb::RdbStore
201 int RdbStore::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &r… in UpdateWithConflictResolution() function in OHOS::NativeRdb::RdbStore
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp83 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution() function in OHOS::Notification::RdbStoreTest
89 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution() function in OHOS::Notification::RdbStoreTest
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp111 …*errCode = rdbStore_->UpdateWithConflictResolution(affectedRows, predicates.GetPredicates()->GetTa… in Update()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp730 …return rdbStore->UpdateWithConflictResolution(context->intOutput, context->tableName, context->val… in Update()