Searched refs:RELATIVE (Results 1 – 8 of 8) sorted by relevance
177 const std::string SCHEMA_TYPE_STR_RELATIVE = R"("SCHEMA_TYPE": "RELATIVE",)";307 static_cast<uint8_t>(SchemaType::RELATIVE));502 static_cast<uint8_t>(SchemaType::RELATIVE));522 static_cast<uint8_t>(SchemaType::RELATIVE));542 static_cast<uint8_t>(SchemaType::RELATIVE));560 static_cast<uint8_t>(SchemaType::RELATIVE));579 static_cast<uint8_t>(SchemaType::RELATIVE));
30 RELATIVE = 3, enumerator
114 SchemaType schemaType_ = SchemaType::RELATIVE; // Default RELATIVE
136 if (remoteType != SchemaType::RELATIVE) { in MakeLocalSyncOpinion()
489 {SchemaType::RELATIVE, "RELATIVE"}, in SchemaTypeString()
64 schemaType_ = SchemaType::RELATIVE; in ParseFromSchemaString()77 schemaString_ += R"("SCHEMA_TYPE":"RELATIVE",)"; in GenerateSchemaString()568 schemaType_ = SchemaType::RELATIVE; in ParseCheckSchemaType()
594 packet.SetSchemaType(static_cast<uint32_t>(SchemaType::RELATIVE));
857 return !schema.empty() && ReadSchemaType(type) == SchemaType::RELATIVE; in CheckCompatible()932 if (ReadSchemaType(type) != SchemaType::RELATIVE) { in SaveRemoteDeviceSchema()