Home
last modified time | relevance | path

Searched refs:LANE_T_RAW_STREAM (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp368 return LANE_T_RAW_STREAM; in ConvertTransType()
374 return LANE_T_RAW_STREAM; in ConvertTransType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_query_test.cpp173 query.transType = LANE_T_RAW_STREAM;
H A Dlnn_lane_test.cpp546 CreateAllocInfoForAllocTest(LANE_T_RAW_STREAM, 0, 0, 0, &allocInfo);
575 CreateAllocInfoForAllocTest(LANE_T_RAW_STREAM, MESH_MAGIC_NUMBER, 0, 0, &allocInfo);
607 CreateAllocInfoForAllocTest(LANE_T_RAW_STREAM, DEFAULT_QOSINFO_MIN_BW, 0, 0, &allocInfo);
3229 selectParam.transType = LANE_T_RAW_STREAM;
3260 selectParam.transType = LANE_T_RAW_STREAM;
3291 selectParam.transType = LANE_T_RAW_STREAM;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h55 LANE_T_RAW_STREAM, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_select.c91 case LANE_T_RAW_STREAM: in GetLaneDefaultLink()
190 bool isStream = (request->transType == LANE_T_RAW_STREAM || in SelectByPreferredLink()
H A Dlnn_lane_query.c99 case LANE_T_RAW_STREAM: in GetLaneResource()
H A Dlnn_select_rule.c462 bool isStream = (transType == LANE_T_RAW_STREAM || transType == LANE_T_COMMON_VIDEO || in CheckLaneValid()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c73 return LANE_T_RAW_STREAM; in GetStreamLaneType()
153 transType == LANE_T_RAW_STREAM) { in TransGetChannelType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp308 EXPECT_EQ(ret, LANE_T_RAW_STREAM);
352 EXPECT_EQ(ret, LANE_T_RAW_STREAM);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp396 allocInfo.transType = LANE_T_RAW_STREAM;