Home
last modified time | relevance | path

Searched refs:ParseJsonSchema (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h118 int ParseJsonSchema(const JsonObject &inJsonObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp164 errCode = ParseJsonSchema(schemaJson); in ParseFromSchemaString()
395 int SchemaObject::ParseJsonSchema(const JsonObject &inJsonObject) in ParseJsonSchema() function in DistributedDB::SchemaObject