Home
last modified time | relevance | path

Searched refs:laneTransType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dtrans_event_test.cpp69 .laneTransType = 7,
121 .laneTransType = -7,
257 .laneTransType = 7,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h79 int32_t laneTransType; // LANE_TRANS_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_event_converter.h44 TRANS_ASSIGNER(Int32, LaneTransType, laneTransType)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dtrans_hisysevent_matcher.h66 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.laneTransType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c291 extra->laneTransType = transType; in BuildTransEventExtra()