Searched refs:peerDevType (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/ |
H A D | softbus_hisysevt_bus_center.h | 67 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 D | softbushisysevt_fuzzer.cpp | 71 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 D | lnn_dfx_test.cpp | 203 info.peerDevType = 11; 239 devInfo.peerDevType = 3;
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | trans_event_form.h | 169 int32_t peerDevType; // PEER_DEV_TYPE member
|
H A D | lnn_event_form.h | 235 int32_t peerDevType; // PEER_DEV_TYPE member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_audit_converter.h | 50 TRANS_AUDIT_ASSIGNER(Int32, PeerDevType, peerDevType)
|
H A D | lnn_audit_converter.h | 64 LNN_AUDIT_ASSIGNER(Int32, PeerDevType, peerDevType)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | lnn_event_test.cpp | 232 .peerDevType = 128,
|
H A D | trans_event_test.cpp | 386 .peerDevType = 2,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 184 MatchLnnAuditNameTypeInt32Param(params, ++index, extra.peerDevType);
|
H A D | trans_hisysevent_matcher.h | 201 MatchTransAuditNameTypeExtraInt32Param(params, ++index, extra.peerDevType);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_bus_center.c | 707 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 D | lnn_connection_fsm.c | 236 info.peerDevType = peerDevInfo->deviceTypeId; in ReportDeviceOnlineEvt()
|