Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h124 int ParseCheckSchemaIndexes(const JsonObject &inJsonObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp411 errCode = ParseCheckSchemaIndexes(inJsonObject); in ParseJsonSchema()
630 int SchemaObject::ParseCheckSchemaIndexes(const JsonObject& inJsonObject) in ParseCheckSchemaIndexes() function in DistributedDB::SchemaObject