Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/parseckeck_fuzzer/
H A Dparseckeck_fuzzer.cpp32 std::string schemaString(reinterpret_cast<const char *>(data), size); in GetSchmaKvstore()
33 option.schema = schemaString; in GetSchmaKvstore()
49 std::string schemaString(reinterpret_cast<const char *>(data), size); in ParseSchemaString()
51 schemaOri.ParseFromSchemaString(schemaString); in ParseSchemaString()
52 schemaOri.CompareAgainstSchemaString(schemaString); in ParseSchemaString()
58 std::string schemaString(data, data + (size / 2)); in CompareSchemaString() local
62 schemaOri.ParseFromSchemaString(schemaString); in CompareSchemaString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp655 string schemaString = variable
662 schema.ParseFromSchemaString(schemaString);
680 option.schema = schemaString;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp97 void CreateAndGetStore(const std::string &storeId, const std::string &schemaString, in CreateAndGetStore() argument
101 option.schema = schemaString; in CreateAndGetStore()
120 if (!schemaString.empty()) { in CreateAndGetStore()
122 schemaObj.ParseFromSchemaString(schemaString); in CreateAndGetStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_upgrade_test.cpp732 string schemaString = "{\"field1\":\"schema\",\"field2\":{\"field3\":123,\"field4\":false," variable
734 Value value(schemaString.begin(), schemaString.end());