Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h69 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 Dsoftbus_hisysevt_transreporter.c512 (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 Dsoftbus_hisysevt_bus_center.c124 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 Dsoftbus_hisysevt_nstack.c121 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 Dsoftbus_hisysevt_discreporter.c79 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 Dsoftbus_hisysevt_connreporter.c55 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 Dlnn_dfx_test.cpp86 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 Dsoftbus_adapter_hisysevent.h28 #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 Dsoftbusadapterhisysevent_fuzzer.cpp28 (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 Dlnn_heartbeat_ctrl.c964 …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 Dlnn_connection_fsm.c238 SOFTBUS_HISYSEVT_NAME_LEN) != SOFTBUS_OK) { in ReportDeviceOnlineEvt()
242 SOFTBUS_HISYSEVT_NAME_LEN) != SOFTBUS_OK) { in ReportDeviceOnlineEvt()