Searched refs:SOFTBUS_HISYSEVT_PARAM_LEN (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 78 static char g_softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN] = "softbusVersion1"; 79 static char g_pkgVersion[SOFTBUS_HISYSEVT_PARAM_LEN] = "packageVersion1"; 149 char packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; 150 char softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; 156 char callerPackageName[SOFTBUS_HISYSEVT_PARAM_LEN]; 161 char appName[SOFTBUS_HISYSEVT_PARAM_LEN]; 162 char softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; 163 char packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; 170 char apiName[SOFTBUS_HISYSEVT_PARAM_LEN]; 241 if (strcpy_s(apiCnt->apiName, SOFTBUS_HISYSEVT_PARAM_LEN, apiNam in GetNewApiCnt() [all...] |
H A D | softbus_hisysevt_discreporter.c | 106 static char g_softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN] = "default softbus version"; 107 static char g_packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN] = "default package version"; 145 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, paramSize[i].paramName) != EOK) { in SetMsgParamNameAndType() 156 errno_t ret = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_softbusVersion); in SetDevFirstDiscMsgParamValve() 159 ret = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_packageVersion); in SetDevFirstDiscMsgParamValve() 254 errnoRet = strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, MODULE_KEY); in SoftBusCreateDiscDetailsMsg() 257 errnoRet = strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, discDetailItem->moduleName); in SoftBusCreateDiscDetailsMsg() 263 errnoRet = strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, DISC_TYPE_KEY); in SoftBusCreateDiscDetailsMsg() 270 errnoRet = strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, DURATION_KEY); in SoftBusCreateDiscDetailsMsg() 277 errnoRet = strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, REPORT_TIMES_KE in SoftBusCreateDiscDetailsMsg() [all...] |
H A D | softbus_hisysevt_connreporter.c | 274 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, paramSize[i].paramName) != EOK) { in SetMsgParamNameAndType() 286 errno_t errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, in SetDevConnResultMsgParamValue() 290 errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_packageVersion); in SetDevConnResultMsgParamValue() 314 errno_t errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, in SetDevProcStepMsgParamValue() 318 errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_packageVersion); in SetDevProcStepMsgParamValue()
|
H A D | softbus_hisysevt_nstack.c | 100 if (strcpy_s(dst, SOFTBUS_HISYSEVT_PARAM_LEN, src) != EOK) { in CopyEventParamVal() 102 SOFTBUS_HISYSEVT_PARAM_LEN, (char *)src); in CopyEventParamVal()
|
H A D | softbus_hisysevt_bus_center.c | 396 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_devDiscoveryStaticParam[i].paramName) != EOK) { in SetDevDiscStaticMsgParamName() 558 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_appDiscoveryStaticParam[i].paramName) != EOK) { in SetAppDiscStaticMsgParamName() 693 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_softBusFailEvtParam[i].paramName) != EOK) { in SetBusCenterFaultMsgParamName() 872 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_onlineInfoStaticParam[i].paramName) != EOK) { in SetOnlineInfoMsgParamName() 1001 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_authResultParam[i].paramName) != EOK) { in SetAuthResultMsgParamName() 1086 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_busCenterDurStaticParam[i + 1].paramName) != EOK) { in SetOnlineDurMsgParamName() 1171 if (strcpy_s(param->paramName, SOFTBUS_HISYSEVT_PARAM_LEN, g_busCenterDurStaticParam[i].paramName) != EOK) { in SetBusCenterDurMsgParamName()
|
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_hisysevent.h | 29 #define SOFTBUS_HISYSEVT_PARAM_LEN 65 macro 91 char str[SOFTBUS_HISYSEVT_PARAM_LEN];
|
/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent.cpp | 34 dstParam->v.s = reinterpret_cast<char *>(SoftBusCalloc(sizeof(char) * SOFTBUS_HISYSEVT_PARAM_LEN)); in ConvertToHisEventString() 39 if (strcpy_s(dstParam->v.s, SOFTBUS_HISYSEVT_PARAM_LEN, srcParam->paramValue.str) != EOK) { in ConvertToHisEventString()
|
Completed in 11 milliseconds