Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/cJson/src/
H A DcJsonMock.cpp68 CJSON_PUBLIC(void) CJSONDelete(cJSON *item) in CJSONDelete() function
76 CJSONDelete(item->child); in CJSONDelete()
125 return (CJson::cJsonPtr == nullptr) ? CJSONDelete(item) : CJson::cJsonPtr->cJSON_Delete(item); in cJSON_Delete()