Home
last modified time | relevance | path

Searched refs:IsSchemaCompatible (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_sync_task_context.h39 bool IsSchemaCompatible() const override;
H A Dsingle_ver_relational_sync_task_context.cpp100 bool SingleVerRelationalSyncTaskContext::IsSchemaCompatible() const in IsSchemaCompatible() function in DistributedDB::SingleVerRelationalSyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h184 virtual bool IsSchemaCompatible() const = 0;
H A Dsync_task_context.h212 bool IsSchemaCompatible() const override;
H A Dsync_task_context.cpp830 bool SyncTaskContext::IsSchemaCompatible() const in IsSchemaCompatible() function in DistributedDB::SyncTaskContext
H A Dability_sync.cpp517 if (syncFinished && !context.IsSchemaCompatible()) { // LCOV_EXCL_BR_LINE in SetAbilitySyncFinishedStatus()