Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent_mini.c41 if (paramNum <= SOFTBUS_EVT_PARAM_ZERO || paramNum >= SOFTBUS_EVT_PARAM_BUTT) { in SoftbusCreateEvtReportMsg()
H A Dsoftbus_adapter_hisysevent.cpp215 if (paramNum <= SOFTBUS_EVT_PARAM_ZERO || paramNum >= SOFTBUS_EVT_PARAM_BUTT) { in SoftbusCreateEvtReportMsg()
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp32 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionCntMsg()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h33 SOFTBUS_EVT_PARAM_ZERO = 0, enumerator
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c507 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateCalledApiInfoMsg()
540 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateCalledApiCntMsg()
561 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionKpiMsg()
642 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionCntMsg()
782 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionTimeMsg()
850 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateTransErrMsg()
864 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateTransInfoMsg()
H A Dsoftbus_hisysevt_bus_center.c393 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < DEV_DISCOVERY_STATISTIC_PARAM_NUM; i++) { in SetDevDiscStaticMsgParamName()
406 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u64v = record->startDiscoveryCnt; in SetDevDiscStaticMsgParamValve()
555 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < APP_DISCOVERY_STATISTIC_PARAM_NUM; i++) { in SetAppDiscStaticMsgParamName()
569 if (strcpy_s(msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_NAME_LEN, in SetAppDiscStaticMsgParamValve()
690 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < SOFTBUS_FAULT_EVT_PARAM_NUM; i++) { in SetBusCenterFaultMsgParamName()
703 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u32v = info->moduleType; in SetBusCenterFaultMsgParamValve()
869 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < ONLINE_INFO_STATISTIC_PARAM_NUM; i++) { in SetOnlineInfoMsgParamName()
883 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.i32v = (int32_t)info->onlineDevNum; in SetOnlineInfoMsgParamValve()
998 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < AUTH_RESULT_STATISTIC_PARAM_NUM; i++) { in SetAuthResultMsgParamName()
1011 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO] in SetAuthResultMsgParamValve()
[all...]
H A Dsoftbus_hisysevt_discreporter.c142 for (uint32_t i = SOFTBUS_EVT_PARAM_ZERO; i < msg->paramNum; i++) { in SetMsgParamNameAndType()
156 errno_t ret = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_softbusVersion); in SetDevFirstDiscMsgParamValve()
252 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in SoftBusCreateDiscDetailsMsg()
306 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in SoftBusCreateDiscBleRssiMsg()
H A Dsoftbus_hisysevt_connreporter.c271 for (uint32_t i = SOFTBUS_EVT_PARAM_ZERO; i < msg->paramNum; i++) { in SetMsgParamNameAndType()
286 errno_t errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, in SetDevConnResultMsgParamValue()
314 errno_t errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, in SetDevProcStepMsgParamValue()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp381 int32_t paramNum = SOFTBUS_EVT_PARAM_ZERO; in HWTEST_F()

Completed in 8 milliseconds