Home
last modified time | relevance | path

Searched refs:SOFTBUS_EVT_PARAM_TWO (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c521 param = &msg->paramArray[SOFTBUS_EVT_PARAM_TWO]; in CreateCalledApiInfoMsg()
542 msg->paramNum = SOFTBUS_EVT_PARAM_TWO; in CreateCalledApiCntMsg()
575 param = &msg->paramArray[SOFTBUS_EVT_PARAM_TWO]; in CreateOpenSessionKpiMsg()
658 param = &msg->paramArray[SOFTBUS_EVT_PARAM_TWO]; in CreateOpenSessionCntMsg()
714 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_TWO); in SoftbusReportCalledAPICntEvt()
798 param = &msg->paramArray[SOFTBUS_EVT_PARAM_TWO]; in CreateOpenSessionTimeMsg()
H A Dsoftbus_hisysevt_bus_center.c408 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u64v = record->recvBroadCastCnt; in SetDevDiscStaticMsgParamValve()
705 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.f = info->channelQuality; in SetBusCenterFaultMsgParamValve()
885 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.i32v = (int32_t)info->wifiOnlineDevNum; in SetOnlineInfoMsgParamValve()
1013 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = record->authTotalCount; in SetAuthResultMsgParamValve()
1099 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = record->count1; in SetOnlineDurMsgParamValve()
1183 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = record->totalCount; in SetBusCenterDurMsgParamValve()
H A Dsoftbus_hisysevt_discreporter.c162 param[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = medium; in SetDevFirstDiscMsgParamValve()
268 param = &msg->paramArray[SOFTBUS_EVT_PARAM_TWO]; in SoftBusCreateDiscDetailsMsg()
H A Dsoftbus_hisysevt_connreporter.c293 errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_TWO].paramValue.str, PKG_NAME_SIZE_MAX, pkgName); in SetDevConnResultMsgParamValue()
321 param[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = step; in SetDevProcStepMsgParamValue()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h35 SOFTBUS_EVT_PARAM_TWO = 2, enumerator