Home
last modified time | relevance | path

Searched refs:GetObjectByFieldPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Djson_object.h68 int GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp747 int JsonObject::GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const in GetObjectByFieldPath() function in DistributedDB::JsonObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp709 errCode = inJsonObject.GetObjectByFieldPath(field.first, fieldObj); in ParseCheckTableDefine()