Searched refs:GetSubFieldPathAndType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | value_object.cpp | 139 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 D | json_object.cpp | 348 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 D | schema_object.cpp | 454 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 D | value_object.h | 57 …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 D | json_object.h | 74 …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 D | relational_schema_object.cpp | 695 int errCode = inJsonObject.GetSubFieldPathAndType(FieldPath {"DEFINE"}, tableFields); in ParseCheckTableDefine() 993 int errCode = inJsonObject.GetSubFieldPathAndType(FieldPath {"INDEX"}, tableFields); in ParseCheckTableIndex()
|