/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/ |
H A D | softbus_hisysevt_bus_center.h | 69 char peerSoftBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 70 char peerDevName[SOFTBUS_HISYSEVT_NAME_LEN]; 71 char localSoftBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 72 char peerPackVer[SOFTBUS_HISYSEVT_NAME_LEN]; 73 char localPackVer[SOFTBUS_HISYSEVT_NAME_LEN]; 93 char businessName[SOFTBUS_HISYSEVT_NAME_LEN]; 94 char callerPackName[SOFTBUS_HISYSEVT_NAME_LEN]; 95 char remoteBizUuid[SOFTBUS_HISYSEVT_NAME_LEN]; 100 char appName[SOFTBUS_HISYSEVT_NAME_LEN];
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 512 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_APP_NAME); in CreateCalledApiInfoMsg() 527 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_API_NAME); in CreateCalledApiInfoMsg() 532 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_TOTAL_CNT); in CreateCalledApiInfoMsg() 545 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_API_NAME); in CreateCalledApiCntMsg() 550 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_TOTAL_CNT); in CreateCalledApiCntMsg() 653 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_FAIL_CNT); in CreateOpenSessionCntMsg() 692 (void)strcpy_s(appName, SOFTBUS_HISYSEVT_NAME_LEN, apiInfoItem->appName); in SoftbusReportCalledAPIEvt() 849 (void)strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, FAULT_EVT_TRANS_FAULT); in CreateTransErrMsg() 855 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, TRANS_PARAM_ERRCODE); in CreateTransErrMsg() 863 (void)strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, BEHAVIOR_EVT_TRANS_INFO); in CreateTransInfoMsg() [all …]
|
H A D | softbus_hisysevt_bus_center.c | 124 char softBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 125 char packName[SOFTBUS_HISYSEVT_NAME_LEN]; 137 char softBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 138 char packName[SOFTBUS_HISYSEVT_NAME_LEN]; 156 char softBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 157 char packName[SOFTBUS_HISYSEVT_NAME_LEN]; 162 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; 180 char businessDiscoveryDetail[SOFTBUS_HISYSEVT_NAME_LEN]; 181 char softBusVer[SOFTBUS_HISYSEVT_NAME_LEN]; 182 char packName[SOFTBUS_HISYSEVT_NAME_LEN]; [all …]
|
H A D | softbus_hisysevt_nstack.c | 121 if (strcpy_s(dst->paramName, SOFTBUS_HISYSEVT_NAME_LEN, src->paramName) != EOK) { in NstackEventParaToSoftBusEventPara() 123 SOFTBUS_HISYSEVT_NAME_LEN, src->paramName); in NstackEventParaToSoftBusEventPara() 135 if (strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, info->eventName) != EOK) { in NstackDfxEvtToSoftBusReportMsg()
|
H A D | softbus_hisysevt_discreporter.c | 79 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; 176 …errno_t errnoRet = strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, STATISTIC_EVT_FIRST_DISC_DURA… in SoftBusCreateFirstDiscDurMsg() 246 …errno_t errnoRet = strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, STATISTIC_EVT_DISCOVERY_DETAI… in SoftBusCreateDiscDetailsMsg() 300 …errno_t errnoRet = strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, STATISTIC_EVT_DISCOVERY_BLE_R… in SoftBusCreateDiscBleRssiMsg()
|
H A D | softbus_hisysevt_connreporter.c | 55 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; 336 … errno_t errnoRet = strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, STATISTIC_EVT_CONN_DURATION); in SoftBusCreateConnDurMsg() 358 …errno_t errnoRet = strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, STATISTIC_EVT_PROCESS_STEP_DU… in SoftBusCreateProcStepMsg()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/ |
H A D | lnn_dfx_test.cpp | 86 ret = memcpy_s(node1.appName, SOFTBUS_HISYSEVT_NAME_LEN, g_appName1, strlen(g_appName1)); 92 ret = memcpy_s(node2.appName, SOFTBUS_HISYSEVT_NAME_LEN, g_appName2, strlen(g_appName2)); 215 …ret = memcpy_s(info.businessName, SOFTBUS_HISYSEVT_NAME_LEN, g_businessName, strlen(g_businessName… 217 …ret = memcpy_s(info.callerPackName, SOFTBUS_HISYSEVT_NAME_LEN, g_callerPackName, strlen(g_callerPa… 219 …ret = memcpy_s(info.remoteBizUuid, SOFTBUS_HISYSEVT_NAME_LEN, g_remoteBizUuid, strlen(g_remoteBizU… 241 …ret = memcpy_s(devInfo.peerSoftBusVer, SOFTBUS_HISYSEVT_NAME_LEN, g_softBusVer, strlen(g_softBusVe… 243 ret = memcpy_s(devInfo.peerDevName, SOFTBUS_HISYSEVT_NAME_LEN, g_devName, strlen(g_devName)); 245 …ret = memcpy_s(devInfo.localSoftBusVer, SOFTBUS_HISYSEVT_NAME_LEN, g_softBusVer, strlen(g_softBusV… 247 …ret = memcpy_s(devInfo.peerPackVer, SOFTBUS_HISYSEVT_NAME_LEN, g_softBusVer, strlen(g_softBusVer)); 249 …ret = memcpy_s(devInfo.localPackVer, SOFTBUS_HISYSEVT_NAME_LEN, g_softBusVer, strlen(g_softBusVer)…
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_hisysevent.h | 28 #define SOFTBUS_HISYSEVT_NAME_LEN 65 macro 104 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; 109 char evtName[SOFTBUS_HISYSEVT_NAME_LEN];
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/ |
H A D | softbusadapterhisysevent_fuzzer.cpp | 28 (void)strcpy_s(msg->evtName, SOFTBUS_HISYSEVT_NAME_LEN, "TRANS_OPEN_SESSION_CNT"); in CreateOpenSessionCntMsg() 33 (void)strcpy_s(param->paramName, SOFTBUS_HISYSEVT_NAME_LEN, "SUCCESS_CNT"); in CreateOpenSessionCntMsg()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_ctrl.c | 964 …if (memcpy_s(appInfo.appName, SOFTBUS_HISYSEVT_NAME_LEN, pkgName, SOFTBUS_HISYSEVT_NAME_LEN) != EO… in ReportBusinessDiscoveryResultEvt()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 238 SOFTBUS_HISYSEVT_NAME_LEN) != SOFTBUS_OK) { in ReportDeviceOnlineEvt() 242 SOFTBUS_HISYSEVT_NAME_LEN) != SOFTBUS_OK) { in ReportDeviceOnlineEvt()
|