Searched refs:RELATIVE (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | ischema.h | 30 RELATIVE = 3, member in DistributedDB::SchemaType
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 41 "SCHEMA_TYPE": "RELATIVE", 91 "SCHEMA_TYPE": "RELATIVE", 142 "SCHEMA_TYPE": "RELATIVE", 164 "SCHEMA_TYPE": "RELATIVE", 177 const std::string SCHEMA_TYPE_STR_RELATIVE = R"("SCHEMA_TYPE": "RELATIVE",)"; 307 static_cast<uint8_t>(SchemaType::RELATIVE)); in HWTEST_F() 375 "SCHEMA_TYPE": "RELATIVE", in GenerateFromTableStr() 502 static_cast<uint8_t>(SchemaType::RELATIVE)); in HWTEST_F() 522 static_cast<uint8_t>(SchemaType::RELATIVE)); in HWTEST_F() 542 static_cast<uint8_t>(SchemaType::RELATIVE)); in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 114 SchemaType schemaType_ = SchemaType::RELATIVE; // Default RELATIVE
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 136 if (remoteType != SchemaType::RELATIVE) { in MakeLocalSyncOpinion()
|
H A D | schema_utils.cpp | 489 {SchemaType::RELATIVE, "RELATIVE"}, in SchemaTypeString() member in DistributedDB::SchemaType
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 64 schemaType_ = SchemaType::RELATIVE; in ParseFromSchemaString() 77 schemaString_ += R"("SCHEMA_TYPE":"RELATIVE",)"; in GenerateSchemaString() 568 schemaType_ = SchemaType::RELATIVE;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_ability_sync_test.cpp | 584 "\"SCHEMA_TYPE\":\"RELATIVE\"," in HWTEST_F() 594 packet.SetSchemaType(static_cast<uint32_t>(SchemaType::RELATIVE)); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 866 return !schema.empty() && ReadSchemaType(type) == SchemaType::RELATIVE; in CheckCompatible() 941 if (ReadSchemaType(type) != SchemaType::RELATIVE) { in SaveRemoteDeviceSchema()
|
Completed in 10 milliseconds