Home
last modified time | relevance | path

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

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