Home
last modified time | relevance | path

Searched refs:CONFLICT_RESOLVE_POLICY (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h64 static const std::string CONFLICT_RESOLVE_POLICY; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp28 const std::string KvDBProperties::CONFLICT_RESOLVE_POLICY = "conflictResolvePolicy"; member in DistributedDB::KvDBProperties
H A Dkvdb_manager.cpp992 if (kvDB->GetMyProperties().GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, 0) != in CheckKvDBProperties()
993 properties.GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, 0)) { // LCOV_EXCL_BR_LINE in CheckKvDBProperties()
H A Dsync_able_kvdb.cpp521 int conflictType = MyProp().GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, in StartCloudSyncer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp114 …int conflictResolvePolicy = kvDBProp.GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, DEFAULT_L… in CheckEngineOption()
H A Dsqlite_single_ver_natural_store.cpp1625 …option.conflictReslovePolicy = kvDBProp.GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, DEFAUL… in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp514 … option.conflictReslovePolicy = properties.GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, 0); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp142 …property.SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, ConflictResolvePolicy::DEVICE_COLLABO… in SetUp()
1426 …property.SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, ConflictResolvePolicy::DEVICE_COLLABO…
H A Ddistributeddb_storage_register_conflict_test.cpp797 … property.SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, DENY_OTHER_DEV_AMEND_CUR_DEV_DATA); in GetNewConflictStore()
H A Ddistributeddb_storage_subscribe_query_test.cpp118 property.SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, ConflictResolvePolicy::LAST_WIN); in CreateAndGetStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp103 … properties.SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, option.conflictResolvePolicy); in InitPropWithNbOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1018 …propertiesPtr->SetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, param.option.conflictResolvePol… in GetAutoLaunchKVProperties()