Home
last modified time | relevance | path

Searched refs:SoftBusLinkType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp38 SoftBusLinkType linkType = *(reinterpret_cast<const SoftBusLinkType *>(data)); in SoftBusRecordAuthResultFuzzTest()
48 SoftBusLinkType linkType = *(reinterpret_cast<const SoftBusLinkType *>(data)); in SoftBusRecordBusCenterResultFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h46 } SoftBusLinkType; typedef
122 int32_t SoftBusRecordBusCenterResult(SoftBusLinkType linkType, uint64_t constTime);
123 int32_t SoftBusRecordAuthResult(SoftBusLinkType linkType, int32_t ret, uint64_t constTime, AuthFail…
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c792 static int32_t InitAuthItemMutexLock(SoftBusLinkType linkType, SoftBusMutexAttr *mutexAttr) in InitAuthItemMutexLock()
805 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in InitAuthEvtMutexLock()
818 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in DeinitAuthEvtMutexLock()
824 static int32_t InitBusCenterItemMutexLock(SoftBusLinkType linkType, SoftBusMutexAttr *mutexAttr) in InitBusCenterItemMutexLock()
837 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in InitBusCenterEvtMutexLock()
850 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in DeinitBusCenterEvtMutexLock()
1037 static int32_t SoftBusCreateAuthResultMsg(SoftBusEvtReportMsg *msg, SoftBusLinkType linkType) in SoftBusCreateAuthResultMsg()
1202 static int32_t CreateBusCenterDurStasticMsg(SoftBusEvtReportMsg *msg, SoftBusLinkType linkType) in CreateBusCenterDurStasticMsg()
1275 static bool IsNeedReportLnnDurRecordItem(SoftBusLinkType linkType) in IsNeedReportLnnDurRecordItem()
1342 static bool IsNeedReportAuthResultRecordItem(SoftBusLinkType linkType) in IsNeedReportAuthResultRecordItem()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c291 static SoftBusLinkType ConvertAddrTypeToHisysEvtLinkType(ConnectionAddrType type) in ConvertAddrTypeToHisysEvtLinkType()
315 SoftBusLinkType linkType = ConvertAddrTypeToHisysEvtLinkType(connFsm->connInfo.addr.type); in ReportLnnResultEvt()
952 SoftBusLinkType linkType = ConvertAddrTypeToHisysEvtLinkType(connFsm->connInfo.addr.type); in ReportLeaveLNNResultEvt()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c353 static SoftBusLinkType ConvertAuthLinkTypeToHisysEvtLinkType(AuthLinkType type) in ConvertAuthLinkTypeToHisysEvtLinkType()
388 SoftBusLinkType linkType = ConvertAuthLinkTypeToHisysEvtLinkType(authFsm->info.connInfo.type); in ReportAuthResultEvt()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp738 SoftBusLinkType ret = ConvertAuthLinkTypeToHisysEvtLinkType(AUTH_LINK_TYPE_WIFI);