Home
last modified time | relevance | path

Searched refs:peerDevType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h67 uint32_t peerDevType; member
81 int32_t peerDevType; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp71 info.peerDevType = *(reinterpret_cast<const uint32_t *>(data)); in SoftBusReportDevOnlineEvtFuzzTest()
84 info.peerDevType = *(reinterpret_cast<const int32_t *>(data)); in SoftBusReportBusCenterFaultEvtFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp203 info.peerDevType = 11;
239 devInfo.peerDevType = 3;
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h169 int32_t peerDevType; // PEER_DEV_TYPE member
H A Dlnn_event_form.h235 int32_t peerDevType; // PEER_DEV_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_audit_converter.h50 TRANS_AUDIT_ASSIGNER(Int32, PeerDevType, peerDevType)
H A Dlnn_audit_converter.h64 LNN_AUDIT_ASSIGNER(Int32, PeerDevType, peerDevType)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp232 .peerDevType = 128,
H A Dtrans_event_test.cpp386 .peerDevType = 2,
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h184 MatchLnnAuditNameTypeInt32Param(params, ++index, extra.peerDevType);
H A Dtrans_hisysevent_matcher.h201 MatchTransAuditNameTypeExtraInt32Param(params, ++index, extra.peerDevType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c707 msg->paramArray[SOFTBUS_EVT_PARAM_FOUR].paramValue.i32v = info->peerDevType; in SetBusCenterFaultMsgParamValve()
886 msg->paramArray[SOFTBUS_EVT_PARAM_THREE].paramValue.i32v = (int32_t)info->peerDevType; in SetOnlineInfoMsgParamValve()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c236 info.peerDevType = peerDevInfo->deviceTypeId; in ReportDeviceOnlineEvt()