Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
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()
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()
998 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < AUTH_RESULT_STATISTIC_PARAM_NUM; i++) { in SetAuthResultMsgParamName()
1011 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u32v = record->linkType; in SetAuthResultMsgParamValve()
1097 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u64v = record->totalTime; in SetOnlineDurMsgParamValve()
1168 for (int i = SOFTBUS_EVT_PARAM_ZERO; i < BUS_CENTER_DURATION_PARAM_NUM; i++) { in SetBusCenterDurMsgParamName()
[all …]
H A Dsoftbus_hisysevt_transreporter.c511 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateCalledApiInfoMsg()
544 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateCalledApiCntMsg()
565 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionKpiMsg()
646 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionCntMsg()
786 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionTimeMsg()
854 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateTransErrMsg()
868 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateTransInfoMsg()
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… 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_L… in SetDevConnResultMsgParamValue()
314 …errno_t errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ZERO].paramValue.str, SOFTBUS_HISYSEVT_PARAM_L… in SetDevProcStepMsgParamValue()
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp32 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateOpenSessionCntMsg()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h33 SOFTBUS_EVT_PARAM_ZERO = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp381 int32_t paramNum = SOFTBUS_EVT_PARAM_ZERO;