Searched refs:ON_CONFLICT_NONE (Results 1 - 12 of 12) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_common.h | 24 ON_CONFLICT_NONE = 0, member in OHOS::NativeRdb::ConflictResolution
|
H A D | transaction.h | 67 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE;
|
H A D | rdb_store.h | 140 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE;
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_context.h | 78 syncMode(DistributedRdb::SyncMode::PUSH), conflictResolution(ConflictResolution::ON_CONFLICT_NONE) in RdbStoreContext()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 42 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 D | napi_transaction.cpp | 170 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 D | napi_rdb_const_properties.cpp | 179 SET_NAPI_PROPERTY(conflictResolution, "ON_CONFLICT_NONE", int32_t(ConflictResolution::ON_CONFLICT_NONE)); in ExportConflictResolution()
|
H A D | napi_rdb_store.cpp | 607 int min = static_cast<int32_t>(NativeRdb::ConflictResolution::ON_CONFLICT_NONE); in ParseConflictResolution()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_update_test.cpp | 527 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 D | relational_store_test.cpp | 1143 // 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 D | RdbstoreUpdateSyncJsunit.test.js | 603 * @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 D | RdbstoreUpdateJsunit.test.js | 605 * @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