Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp170 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",)";
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; variable
234 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; variable
236 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp76 schemaString_ += R"("SCHEMA_VERSION":")" + schemaVersion_ + R"(",)"; in GenerateSchemaString()