Home
last modified time | relevance | path

Searched refs:UNRECOGNIZED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h31 UNRECOGNIZED = 4 enumerator
36 if (inType >= static_cast<uint8_t>(SchemaType::UNRECOGNIZED)) { in ReadSchemaType()
37 return SchemaType::UNRECOGNIZED; in ReadSchemaType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp35 if (remoteType == SchemaType::UNRECOGNIZED) { in MakeLocalSyncOpinion()
131 if (remoteType == SchemaType::UNRECOGNIZED) { in MakeLocalSyncOpinion()
H A Dschema_utils.cpp490 {SchemaType::UNRECOGNIZED, "UNRECOGNIZED"}, in SchemaTypeString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp161 if (schema_.empty() && schema.empty() && ReadSchemaType(type) != SchemaType::UNRECOGNIZED) { in CheckCompatible()