Home
last modified time | relevance | path

Searched refs:SoftBusEvtReportMsg (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent_mini.c20 int32_t SoftbusWriteHisEvt(SoftBusEvtReportMsg *reportMsg) in SoftbusWriteHisEvt()
26 void SoftbusFreeEvtReportMsg(SoftBusEvtReportMsg *msg) in SoftbusFreeEvtReportMsg()
39 SoftBusEvtReportMsg *SoftbusCreateEvtReportMsg(int32_t paramNum) in SoftbusCreateEvtReportMsg()
46 SoftBusEvtReportMsg *msg = (SoftBusEvtReportMsg *)SoftBusCalloc(sizeof(SoftBusEvtReportMsg)); in SoftbusCreateEvtReportMsg()
H A Dsoftbus_adapter_hisysevent.cpp113 static int32_t ConvertMsgToHiSysEvent(SoftBusEvtReportMsg *msg) in ConvertMsgToHiSysEvent()
180 int32_t SoftbusWriteHisEvt(SoftBusEvtReportMsg *reportMsg) in SoftbusWriteHisEvt()
201 void SoftbusFreeEvtReportMsg(SoftBusEvtReportMsg *msg) in SoftbusFreeEvtReportMsg()
213 SoftBusEvtReportMsg *SoftbusCreateEvtReportMsg(int32_t paramNum) in SoftbusCreateEvtReportMsg()
219 SoftBusEvtReportMsg *msg = reinterpret_cast<SoftBusEvtReportMsg *>(SoftBusCalloc(sizeof(SoftBusEvtReportMsg))); in SoftbusCreateEvtReportMsg()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp46 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
68 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
90 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
112 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
134 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
156 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
178 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
200 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
222 SoftBusEvtReportMsg reportMsg; in HWTEST_F()
244 SoftBusEvtReportMsg reportMs in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h113 } SoftBusEvtReportMsg; typedef
115 int32_t SoftbusWriteHisEvt(SoftBusEvtReportMsg *reportMsg);
117 SoftBusEvtReportMsg *SoftbusCreateEvtReportMsg(int32_t paramNum);
119 void SoftbusFreeEvtReportMsg(SoftBusEvtReportMsg *msg);
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp26 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg()
45 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(tmpParam); in SoftBusAdapterHiSysEventFuzzTest()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c499 static void CreateCalledApiInfoMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruct *apiCntItem, in CreateCalledApiInfoMsg()
533 static void CreateCalledApiCntMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruct *apiCntItem) in CreateCalledApiCntMsg()
551 static void CreateOpenSessionKpiMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionKpiMsg()
629 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg()
666 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_FIVE); in SoftbusReportCalledAPIEvt()
710 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_TWO); in SoftbusReportCalledAPICntEvt()
744 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_THIRTEEN); in SoftbusReportOpenSessionKpiEvt()
757 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_THREE); in SoftbusReportOpenSessionCntEvt()
769 static void CreateOpenSessionTimeMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionTimeMsg()
830 SoftBusEvtReportMsg* ms in SoftbusReportOpenSessionTimeEvt()
[all...]
H A Dsoftbus_hisysevt_discreporter.c139 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType()
153 static int32_t SetDevFirstDiscMsgParamValve(SoftBusEvtReportMsg *msg, uint32_t medium) in SetDevFirstDiscMsgParamValve()
174 static int32_t SoftBusCreateFirstDiscDurMsg(SoftBusEvtReportMsg *msg, uint32_t medium) in SoftBusCreateFirstDiscDurMsg()
244 static int32_t SoftBusCreateDiscDetailsMsg(SoftBusEvtReportMsg *msg, DiscDetailNode *discDetailItem) in SoftBusCreateDiscDetailsMsg()
298 static int32_t SoftBusCreateDiscBleRssiMsg(SoftBusEvtReportMsg *msg) in SoftBusCreateDiscBleRssiMsg()
329 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(FIRST_DISC_DURATION_PARAM_NUM); in SoftBusReportFirstDiscDurationEvt()
366 static inline void FreeDiscDetailsMsg(SoftBusEvtReportMsg *msg) in FreeDiscDetailsMsg()
379 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(DISCOVERY_DETAILS_PARAM_NUM); in SoftBusReportDiscDetailsEvt()
406 static inline void FreeDiscBleRssiMsg(SoftBusEvtReportMsg *msg) in FreeDiscBleRssiMsg()
419 SoftBusEvtReportMsg *ms in SoftBusReportDiscBleRssiEvt()
[all...]
H A Dsoftbus_hisysevt_bus_center.c390 static int32_t SetDevDiscStaticMsgParamName(SoftBusEvtReportMsg *msg) in SetDevDiscStaticMsgParamName()
404 static int32_t SetDevDiscStaticMsgParamValve(SoftBusEvtReportMsg *msg, DevDiscoveryRecord *record) in SetDevDiscStaticMsgParamValve()
429 static int32_t SoftBusCreateDevDiscStaticMsg(SoftBusEvtReportMsg *msg) in SoftBusCreateDevDiscStaticMsg()
480 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(DEV_DISCOVERY_STATISTIC_PARAM_NUM); in ReportDevDiscoveryRecordEvt()
552 static int32_t SetAppDiscStaticMsgParamName(SoftBusEvtReportMsg *msg) in SetAppDiscStaticMsgParamName()
567 static int32_t SetAppDiscStaticMsgParamValve(SoftBusEvtReportMsg *msg, AppDiscNode *discNode) in SetAppDiscStaticMsgParamValve()
578 static int32_t SoftBusCreateAppDiscStaticMsg(SoftBusEvtReportMsg *msg, AppDiscNode *discNode) in SoftBusCreateAppDiscStaticMsg()
619 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(APP_DISCOVERY_STATISTIC_PARAM_NUM); in ReportAppDiscoveryRecordEvt()
687 static int32_t SetBusCenterFaultMsgParamName(SoftBusEvtReportMsg *msg) in SetBusCenterFaultMsgParamName()
701 static int32_t SetBusCenterFaultMsgParamValve(SoftBusEvtReportMsg *ms
[all...]
H A Dsoftbus_hisysevt_connreporter.c268 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType()
282 static int32_t SetDevConnResultMsgParamValue(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pkgName, in SetDevConnResultMsgParamValue()
310 static int32_t SetDevProcStepMsgParamValue(SoftBusEvtReportMsg *msg, ProcessStepRecord *record, in SetDevProcStepMsgParamValue()
333 static int32_t SoftBusCreateConnDurMsg(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pkgName, in SoftBusCreateConnDurMsg()
355 static int32_t SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, ProcessStep step) in SoftBusCreateProcStepMsg()
377 static inline void ClearConnResultMsg(SoftBusEvtReportMsg *msg) in ClearConnResultMsg()
390 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(CONN_RESULT_DURATION_PARAM_NUM); in SoftBusReportConnResultRecordEvt()
427 static inline void ClearProcStepMsg(SoftBusEvtReportMsg *msg) in ClearProcStepMsg()
439 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(PROCESS_STEP_DURATION_PARAM_NUM); in SoftBusReportProcessStepRecordEvt()
H A Dsoftbus_hisysevt_nstack.c133 static int32_t NstackDfxEvtToSoftBusReportMsg(SoftBusEvtReportMsg *msg, const NstackDfxEvent *info) in NstackDfxEvtToSoftBusReportMsg()
174 SoftBusEvtReportMsg msg; in NstackHiEventCb()
180 COMM_LOGE(COMM_DFX, "change NstackDfxEvent to SoftBusEvtReportMsg failed!"); in NstackHiEventCb()

Completed in 8 milliseconds