Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h64 …static int ParseSchemaAttribute(std::vector<std::string> &attrContext, SchemaAttribute &outAttr, b…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp299 errCode = ParseSchemaAttribute(attrContext, outAttr, useAffinity); in ParseAndCheckSchemaAttribute()
308 int SchemaUtils::ParseSchemaAttribute(std::vector<std::string> &attrContext, SchemaAttribute &outAt… in ParseSchemaAttribute() function in DistributedDB::SchemaUtils