Home
last modified time | relevance | path

Searched refs:domainInfoJsonObj (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.cpp309 cJSON* domainInfoJsonObj = cJSON_CreateObject(); in Write() local
310 if (domainInfoJsonObj == nullptr) { in Write()
314 cJSON_AddStringToObject(domainInfoJsonObj, H_NAME_KEY, sysEvent.first.c_str()); in Write()
315 cJSON_AddItemToObjectCS(domainJsonObj, DOMAIN_INFO_KEY, domainInfoJsonObj); in Write()