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 D | softbus_server.cpp | 368 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 D | lnn_lane_query_test.cpp | 173 query.transType = LANE_T_RAW_STREAM;
|
H A D | lnn_lane_test.cpp | 546 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 D | lnn_lane_interface.h | 55 LANE_T_RAW_STREAM, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_select.c | 91 case LANE_T_RAW_STREAM: in GetLaneDefaultLink() 190 bool isStream = (request->transType == LANE_T_RAW_STREAM || in SelectByPreferredLink()
|
H A D | lnn_lane_query.c | 99 case LANE_T_RAW_STREAM: in GetLaneResource()
|
H A D | lnn_select_rule.c | 462 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 D | trans_channel_common.c | 73 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 D | trans_lane_test.cpp | 308 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 D | lane_test.cpp | 396 allocInfo.transType = LANE_T_RAW_STREAM;
|