Home
last modified time | relevance | path

Searched refs:SYNC_RELATION (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_factory.cpp37 } else if (type == ISyncInterface::SYNC_RELATION) { in GetSyncer()
H A Dremote_executor.cpp255 if (syncInterface->GetInterfaceType() != ISyncInterface::SYNC_RELATION) { in SendRemoteExecutorData()
985 if (storage->GetInterfaceType() != ISyncInterface::SYNC_RELATION) { in CheckSecurityOption()
H A Dability_sync.cpp1110 return storageInterface_->GetInterfaceType() == ISyncInterface::SYNC_RELATION; in IsSingleRelationalVer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Disync_interface.h30 SYNC_RELATION, // Relation version data enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp32 case ISyncInterface::SYNC_RELATION: in CreateSyncTaskContext()
H A Dsingle_ver_data_sync.cpp184 if (context->IsQuerySync() && storage_->GetInterfaceType() == ISyncInterface::SYNC_RELATION) { in TryContinueSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp99 } else if (storage_->GetInterfaceType() == IKvDBSyncInterface::SYNC_RELATION) { in Initialize()
H A Dvirtual_relational_ver_sync_db_interface.cpp187 return SYNC_RELATION; in GetInterfaceType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp61 return SYNC_RELATION; in GetInterfaceType()