Searched refs:SoftBusEvtReportMsg (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent_mini.c | 20 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 D | softbus_adapter_hisysevent.cpp | 113 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 D | softbus_dfx_test.cpp | 46 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 D | softbus_adapter_hisysevent.h | 113 } 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 D | softbusadapterhisysevent_fuzzer.cpp | 26 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg() 45 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(tmpParam); in SoftBusAdapterHiSysEventFuzzTest()
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 499 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 D | softbus_hisysevt_discreporter.c | 139 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 D | softbus_hisysevt_bus_center.c | 390 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 D | softbus_hisysevt_connreporter.c | 268 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 D | softbus_hisysevt_nstack.c | 133 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