Home
last modified time | relevance | path

Searched refs:granPaPath (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.cpp424 JsonFieldPath granPaPath = fatherPath; in JsonValueReplace() local
425 if (!granPaPath.empty()) { in JsonValueReplace()
426 granPaPath.pop_back(); in JsonValueReplace()
427 JsonObject fatherItem = src.FindItem(granPaPath, errCode); in JsonValueReplace()