Home
last modified time | relevance | path

Searched refs:StatisticEvtType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_common.h60 } StatisticEvtType; typedef
68 StatisticEvtReportFunc GetStatisticEvtReportFunc(StatisticEvtType type);
70 int32_t SetStatisticEvtReportFunc(StatisticEvtType type, StatisticEvtReportFunc func);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c37 StatisticEvtReportFunc GetStatisticEvtReportFunc(StatisticEvtType type) in GetStatisticEvtReportFunc()
47 int32_t SetStatisticEvtReportFunc(StatisticEvtType type, StatisticEvtReportFunc func) in SetStatisticEvtReportFunc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp110 StatisticEvtType evtType = *(reinterpret_cast<const StatisticEvtType *>(data)); in SoftBusHiSysEvtCommonFuzzTest()