Home
last modified time | relevance | path

Searched refs:g_dstParam (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp29 static HiSysEventParam g_dstParam[SOFTBUS_EVT_PARAM_BUTT]; variable
115 if (memset_s(g_dstParam, sizeof(HiSysEventParam) * SOFTBUS_EVT_PARAM_BUTT, 0, in ConvertMsgToHiSysEvent()
117 COMM_LOGE(COMM_ADAPTER, "init g_dstParam fail"); in ConvertMsgToHiSysEvent()
121 if (strcpy_s(g_dstParam[i].name, MAX_LENGTH_OF_PARAM_NAME, msg->paramArray[i].paramName) != EOK) { in ConvertMsgToHiSysEvent()
125 if (ConvertEventParam(&msg->paramArray[i], &g_dstParam[i]) != SOFTBUS_OK) { in ConvertMsgToHiSysEvent()
136 if (g_dstParam[i].t == HISYSEVENT_STRING && g_dstParam[i].v.s != nullptr) { in HiSysEventParamDeInit()
137 SoftBusFree(g_dstParam[i].v.s); in HiSysEventParamDeInit()
138 g_dstParam[i].v.s = nullptr; in HiSysEventParamDeInit()
195 g_domain, reportMsg->evtName, ConvertMsgType(reportMsg->evtType), g_dstParam, reportMs in SoftbusWriteHisEvt()
[all...]

Completed in 2 milliseconds