Home
last modified time | relevance | path

Searched refs:ON_CONFLICT_NONE (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_common.h24 ON_CONFLICT_NONE = 0, member in OHOS::NativeRdb::ConflictResolution
H A Dtransaction.h67 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE;
H A Drdb_store.h140 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h78 syncMode(DistributedRdb::SyncMode::PUSH), conflictResolution(ConflictResolution::ON_CONFLICT_NONE) in RdbStoreContext()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h42 ConflictResolution conflictResolution = ConflictResolution::ON_CONFLICT_NONE) in InsertWithConflictResolution()
66 ConflictResolution conflictResolution = ConflictResolution::ON_CONFLICT_NONE)
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp170 int min = static_cast<int32_t>(NativeRdb::ConflictResolution::ON_CONFLICT_NONE); in ParseConflictResolution()
410 NativeRdb::ConflictResolution conflictResolution = ConflictResolution::ON_CONFLICT_NONE;
461 NativeRdb::ConflictResolution conflictResolution = ConflictResolution::ON_CONFLICT_NONE;
H A Dnapi_rdb_const_properties.cpp179 SET_NAPI_PROPERTY(conflictResolution, "ON_CONFLICT_NONE", int32_t(ConflictResolution::ON_CONFLICT_NONE)); in ExportConflictResolution()
H A Dnapi_rdb_store.cpp607 int min = static_cast<int32_t>(NativeRdb::ConflictResolution::ON_CONFLICT_NONE); in ParseConflictResolution()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_update_test.cpp527 ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
789 "age = ?", "", "", INT_MIN, INT_MIN, bindArgs, ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
793 INT_MIN, INT_MIN, bindArgs, ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drelational_store_test.cpp1143 // default is ConflictResolution::ON_CONFLICT_NONE in HWTEST_F()
1658 ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
1920 "age = ?", "", "", INT_MIN, INT_MIN, bindArgs, ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
1924 INT_MIN, INT_MIN, bindArgs, ConflictResolution::ON_CONFLICT_NONE); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreUpdateSyncJsunit.test.js603 * @tc.name Abnormal test case of update with ON_CONFLICT_NONE, if conflict is none
606 * 3.Execute update with ON_CONFLICT_NONE
650 rdbStore.updateSync(valueBucket, predicates, data_relationalStore.ConflictResolution.ON_CONFLICT_NONE);
H A DRdbstoreUpdateJsunit.test.js605 * @tc.name Abnormal test case of update with ON_CONFLICT_NONE, if conflict is none
608 * 3.Execute update with ON_CONFLICT_NONE
652 await rdbStore.update(valueBucket, predicates, data_relationalStore.ConflictResolution.ON_CONFLICT_NONE);

Completed in 15 milliseconds