Searched refs:SCHEMA_VERSION (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_schema.cpp | 29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; member 234 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_schema.cpp | 29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; member 236 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 40 "SCHEMA_VERSION": "2.0", 90 "SCHEMA_VERSION": "2.1", 141 "SCHEMA_VERSION": "2.0", 163 "SCHEMA_VERSION": "2.0", 170 const std::string SCHEMA_VERSION_STR_1 = R"("SCHEMA_VERSION": "1.0",)"; 171 const std::string SCHEMA_VERSION_STR_2 = R"("SCHEMA_VERSION": "2.0",)"; 172 const std::string SCHEMA_VERSION_STR_2_1 = R"("SCHEMA_VERSION": "2.1",)"; 173 const std::string SCHEMA_VERSION_STR_INVALID = R"("SCHEMA_VERSION": "awd3",)"; 374 "SCHEMA_VERSION": "2.0", in GenerateFromTableStr()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 76 schemaString_ += R"("SCHEMA_VERSION":")" + schemaVersion_ + R"(",)"; in GenerateSchemaString() 551 LOGE("[RelationalSchema][Parse] Unexpected SCHEMA_VERSION=%s.", fieldValue.stringValue.c_str());
|
Completed in 5 milliseconds