Home
last modified time | relevance | path

Searched refs:InsertWithConflictResolution (Results 1 – 14 of 14) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_insert_test.cpp572 int ret = store->InsertWithConflictResolution(id, "test", values);
582 ret = store->InsertWithConflictResolution(id, "test", values);
603 …int ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_…
613 …ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_ROLL…
634 …int ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_…
644 …ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_IGNO…
661 int ret = store->InsertWithConflictResolution(
672 …ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_REPL…
723 int ret = store->InsertWithConflictResolution(
734 …ret = store->InsertWithConflictResolution(id, "test", values, ConflictResolution::ON_CONFLICT_REPL…
[all …]
/foundation/ability/form_fwk/services/src/
Dform_rdb_data_mgr.cpp164 auto ret = rdbStore_->InsertWithConflictResolution( in InsertData()
185 auto ret = rdbStore_->InsertWithConflictResolution( in InsertData()
421 auto ret = rdbStore_->InsertWithConflictResolution( in InsertData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
Drdb_data_manager.cpp84 auto ret = rdbStore->InsertWithConflictResolution( in InsertData()
99 auto ret = rdbStore->InsertWithConflictResolution( in InsertData()
/foundation/ability/ability_runtime/services/uripermmgr/src/rdb/
Drdb_data_manager.cpp57 auto ret = rdbStore->InsertWithConflictResolution(rowId, rdbConfig_.tableName, valuesBucket, in InsertData()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
Dtrigger_db_helper.cpp89 …int ret = store_->InsertWithConflictResolution(rowId, "trigger", values, ConflictResolution::ON_CO… in UpdateGenericTriggerModel()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Drdb_store.h45 virtual int InsertWithConflictResolution(
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Drdb_store_impl.h43 …int InsertWithConflictResolution(int64_t &outRowId, const std::string &table, const ValuesBucket &…
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Drdb_store_mock.h41 MOCK_METHOD4(InsertWithConflictResolution,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h41 MOCK_METHOD4(InsertWithConflictResolution,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store.h120 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h82 …int InsertWithConflictResolution(int64_t &outRowId, const std::string &table, const ValuesBucket &…
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp329 …return InsertWithConflictResolution(outRowId, table, initialValues, ConflictResolution::ON_CONFLIC… in Insert()
465 …return InsertWithConflictResolution(outRowId, table, initialValues, ConflictResolution::ON_CONFLIC… in Replace()
468 int RdbStoreImpl::InsertWithConflictResolution(int64_t &outRowId, const std::string &table, in InsertWithConflictResolution() function in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/src/
Dnapi_rdb_store.cpp493 … return obj->rdbStore_->InsertWithConflictResolution(context->int64Output, context->tableName, in Insert()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp555 … return obj->rdbStore_->InsertWithConflictResolution(context->int64Output, context->tableName, in Insert()