Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp427 JsonObject fatherItem = src.FindItem(granPaPath, errCode); in JsonValueReplace() local
440 JsonObject fatherItem = src.FindItem(fatherPath, errCode); in JsonValueReplace() local
468 JsonObject fatherItem = src.FindItem(fatherPath, errCode); in JsonNodeReplace() local
475 if (fatherItem.GetType() == JsonObject::Type::JSON_ARRAY && in JsonNodeReplace()
477 fatherItem.ReplaceItemInArray(intItemPath, item, errCode); in JsonNodeReplace()
484 fatherItem.ReplaceItemInObject(itemPath.back().c_str(), item, errCode); in JsonNodeReplace()
491 JsonObject fatherItem = src.FindItem(fatherPath, errCode); in JsonNodeReplace() local
502 fatherItem.ReplaceItemInObject(itemPath.back().c_str(), item, errCode); in JsonNodeReplace()
668 JsonObject fatherItem = granpaItem.GetChild(); in JsonEqualJudge() local
669 while (!fatherItem.IsNull()) { in JsonEqualJudge()
[all …]