Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h41 SOFTBUS_EVT_PARAM_EIGHT = 8, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c711 msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.i32v = info->wifiStatue; in SetBusCenterFaultMsgParamValve()
904 … if (strcpy_s(msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.str, SOFTBUS_HISYSEVT_NAME_LEN, in SetOnlineInfoMsgParamValve()
1019 msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.u64v = record->failTotalTime; in SetAuthResultMsgParamValve()
1109 if (strcpy_s(msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.str, SOFTBUS_HISYSEVT_NAME_LEN, in SetOnlineDurMsgParamValve()
1189 if (strcpy_s(msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.str, SOFTBUS_HISYSEVT_NAME_LEN, in SetBusCenterDurMsgParamValve()
H A Dsoftbus_hisysevt_connreporter.c301 param[SOFTBUS_EVT_PARAM_EIGHT].paramValue.u32v = record->mConnCount1; in SetDevConnResultMsgParamValue()
327 param[SOFTBUS_EVT_PARAM_EIGHT].paramValue.u32v = record->mStepCount3; in SetDevProcStepMsgParamValue()
H A Dsoftbus_hisysevt_discreporter.c169 param[SOFTBUS_EVT_PARAM_EIGHT].paramValue.u32v = firstDisc->mDiscCount4; in SetDevFirstDiscMsgParamValve()
H A Dsoftbus_hisysevt_transreporter.c605 param = &msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT]; in CreateOpenSessionKpiMsg()