Home
last modified time | relevance | path

Searched refs:SOFTBUS_EVT_PARAM_ONE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c516 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in CreateCalledApiInfoMsg()
549 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in CreateCalledApiCntMsg()
570 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in CreateOpenSessionKpiMsg()
652 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in CreateOpenSessionCntMsg()
792 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in CreateOpenSessionTimeMsg()
851 msg->paramNum = SOFTBUS_EVT_PARAM_ONE; in CreateTransErrMsg()
865 msg->paramNum = SOFTBUS_EVT_PARAM_ONE; in CreateTransInfoMsg()
876 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_ONE); in SoftbusReportTransErrorEvt()
897 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_ONE); in SoftbusReportTransInfoEvt()
H A Dsoftbus_hisysevt_bus_center.c407 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->sendBroadCastCnt; in SetDevDiscStaticMsgParamValve()
574 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.i32v = discNode->appDiscCnt; in SetAppDiscStaticMsgParamValve()
704 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u32v = info->linkType; in SetBusCenterFaultMsgParamValve()
884 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.i32v = (int32_t)info->btOnlineDevNum; in SetOnlineInfoMsgParamValve()
1012 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->authTotalTime; in SetAuthResultMsgParamValve()
1098 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u32v = record->totalCount; in SetOnlineDurMsgParamValve()
1182 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->totalTime; in SetBusCenterDurMsgParamValve()
H A Dsoftbus_hisysevt_discreporter.c159 …ret = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_packageV… in SetDevFirstDiscMsgParamValve()
261 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in SoftBusCreateDiscDetailsMsg()
315 param = &msg->paramArray[SOFTBUS_EVT_PARAM_ONE]; in SoftBusCreateDiscBleRssiMsg()
H A Dsoftbus_hisysevt_connreporter.c290 …errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_pac… in SetDevConnResultMsgParamValue()
318 …errnoRet = strcpy_s(param[SOFTBUS_EVT_PARAM_ONE].paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_pac… in SetDevProcStepMsgParamValue()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp30 msg->paramNum = SOFTBUS_EVT_PARAM_ONE; in CreateOpenSessionCntMsg()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h34 SOFTBUS_EVT_PARAM_ONE = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp424 int32_t paramNum = SOFTBUS_EVT_PARAM_ONE;