Home
last modified time | relevance | path

Searched refs:GetSubFieldPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp123 int ValueObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() function in DistributedDB::ValueObject
128 return value_.GetSubFieldPath(inPath, outSubPath); in GetSubFieldPath()
131 int ValueObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath… in GetSubFieldPath() function in DistributedDB::ValueObject
136 return value_.GetSubFieldPath(inPath, outSubPath); in GetSubFieldPath()
H A Djson_object.cpp313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() function in DistributedDB::JsonObject
337 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath)… in GetSubFieldPath() function in DistributedDB::JsonObject
340 int errCode = GetSubFieldPath(eachPath, outSubPath); in GetSubFieldPath()
862 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const
869 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath)…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_object.h55 int GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const;
56 int GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const;
H A Djson_object.h72 int GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const;
73 int GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const;