Searched refs:MoveToPath (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 534 cJSON *MoveToPath(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens) in MoveToPath() function 558 return (MoveToPath(cjson_, jsonPath, caseSensitive_) != nullptr); in IsFieldExists() 576 cJSON *findItem = MoveToPath(cjson_, jsonPath, caseSensitive_); in FindItem() 633 cJSON *nodeFather = MoveToPath(cjson_, patherPath, caseSensitive_); in DeleteItemDeeplyOnTarget() 887 cJSON *MoveToPath(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | json_object.h | 122 int MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 500 int JsonObject::MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest) in MoveToPath() function in DistributedDB::JsonObject 534 int errCode = MoveToPath(inPath, exact, nearest); in InsertField() 559 int errCode = MoveToPath(inPath, exact, nearest); in InsertField()
|