/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_update_test.cpp | 316 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 D | rdb_trans_db_test.cpp | 694 …transDB_->UpdateWithConflictResolution(updatedNum, TABLE_NAME, updateRow, "id > ? and id < ?", { …
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_rdbstore_mock.h | 59 MOCK_METHOD6(UpdateWithConflictResolution, 67 MOCK_METHOD6(UpdateWithConflictResolution,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | rdb_store_mock.h | 59 MOCK_METHOD6(UpdateWithConflictResolution, 67 MOCK_METHOD6(UpdateWithConflictResolution,
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 80 …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 D | mock_app_provision_info.h | 58 …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 D | rdb_store.h | 257 …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 D | rdb_store.cpp | 191 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 D | notification_rdb_data_mgr_test.cpp | 83 …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 D | relational_store_impl_rdbstore.cpp | 111 …*errCode = rdbStore_->UpdateWithConflictResolution(affectedRows, predicates.GetPredicates()->GetTa… in Update()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 730 …return rdbStore->UpdateWithConflictResolution(context->intOutput, context->tableName, context->val… in Update()
|