Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp356 cJSON *cpoyItem = cJSON_Duplicate(item.cjson_, true); in AddItemToObject() local
357 cJSON_AddItemToObject(cjson_, fieldName.c_str(), cpoyItem); in AddItemToObject()
445 cJSON *cpoyItem = cJSON_Duplicate(newItem.cjson_, true); in InsertItemObject() local
446 cJSON_InsertItemInArray(cjson_, which, cpoyItem); in InsertItemObject()