Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp274 char* parsedJsonStr = cJSON_PrintUnformatted(root); in PersistJsonStrToLocalFile() local
275 if (parsedJsonStr == nullptr) { in PersistJsonStrToLocalFile()
282 cJSON_free(parsedJsonStr); in PersistJsonStrToLocalFile()
285 (void)fprintf(file, "%s", parsedJsonStr); in PersistJsonStrToLocalFile()
287 cJSON_free(parsedJsonStr); in PersistJsonStrToLocalFile()