Home
last modified time | relevance | path

Searched refs:GetSubFieldPathAndType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp139 int ValueObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &ou… in GetSubFieldPathAndType() function in DistributedDB::ValueObject
144 return value_.GetSubFieldPathAndType(inPath, outSubPathType); in GetSubFieldPathAndType()
147 int ValueObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType() function in DistributedDB::ValueObject
153 return value_.GetSubFieldPathAndType(inPath, outSubPathType); in GetSubFieldPathAndType()
H A Djson_object.cpp348 int JsonObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &out… in GetSubFieldPathAndType() function in DistributedDB::JsonObject
377 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType() function in DistributedDB::JsonObject
381 int errCode = GetSubFieldPathAndType(eachPath, outSubPathType); in GetSubFieldPathAndType()
876 int JsonObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &out…
883 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath,
H A Dschema_object.cpp454 int errCode = inJsonObject.GetSubFieldPathAndType(FieldPath(), metaFieldPathType); in CheckMetaFieldCountAndType()
541 int errCode = inJsonObject.GetSubFieldPathAndType(nestPathCurDepth, subPathType); in ParseCheckSchemaDefine()
1093 …int errCode = inValue.GetSubFieldPathAndType(nestPathCurDepth, subPathType); // Value field of cur… in CheckValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_object.h57 …int GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType…
58 …int GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outS…
H A Djson_object.h74 …int GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType…
75 …int GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outS…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp695 int errCode = inJsonObject.GetSubFieldPathAndType(FieldPath {"DEFINE"}, tableFields); in ParseCheckTableDefine()
993 int errCode = inJsonObject.GetSubFieldPathAndType(FieldPath {"INDEX"}, tableFields); in ParseCheckTableIndex()