Home
last modified time | relevance | path

Searched refs:LaneRequestOption (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/
H A Dtrans_lane_pending_test_mock.h39 virtual int32_t LnnRequestLane(uint32_t laneReqId, const LaneRequestOption *request,
66 MOCK_METHOD3(LnnRequestLane, int32_t (uint32_t laneReqId, const LaneRequestOption *request,
H A Dtrans_lane_pending_test_mock.cpp69 int32_t LnnRequestLane(uint32_t laneReqId, const LaneRequestOption *request, const ILaneListener *l… in LnnRequestLane()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_assign.h30 …int32_t (*allocLane)(uint32_t laneHandle, const LaneRequestOption *request, const ILaneListener *l…
H A Dlnn_lane_interface.h221 } LaneRequestOption; typedef
287 int32_t LnnRequestLane(uint32_t laneReqId, const LaneRequestOption *request, const ILaneListener *l…
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_test.cpp114 LaneRequestOption request;
116 ret = transObj->allocLane(laneReqId, (const LaneRequestOption *)&request, nullptr);
137 LaneRequestOption request;
140 int32_t ret = transObj->allocLane(laneReqId, (const LaneRequestOption *)&request, nullptr);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h87 const LaneRequestOption *request, const ILaneListener *listener) = 0;
146 …MOCK_METHOD3(LnnRequestLane, int32_t (uint32_t, const LaneRequestOption *, const ILaneListener *));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h69 int32_t TransGetLaneInfoByOption(const LaneRequestOption *requestOption, LaneConnInfo *connInfo, ui…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c408 LaneRequestOption option; in TransGetConnectOption()
409 (void)memset_s(&option, sizeof(LaneRequestOption), 0, sizeof(LaneRequestOption)); in TransGetConnectOption()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c998 static void TransGetBleMac(const SessionParam *param, LaneRequestOption *requestOption) in TransGetBleMac()
1072 static int32_t GetRequestOptionBySessionParam(const SessionParam *param, LaneRequestOption *request… in GetRequestOptionBySessionParam()
1183 static int32_t TransAddLaneReqToPendingAndWaiting(uint32_t laneHandle, const LaneRequestOption *req… in TransAddLaneReqToPendingAndWaiting()
1258 int32_t TransGetLaneInfoByOption(const LaneRequestOption *requestOption, LaneConnInfo *connInfo, ui… in TransGetLaneInfoByOption()
1325 LaneRequestOption requestOption; in TransGetLaneInfo()
1326 (void)memset_s(&requestOption, sizeof(LaneRequestOption), 0, sizeof(LaneRequestOption)); in TransGetLaneInfo()
1363 int32_t TransAsyncGetLaneInfoByOption(const SessionParam *param, const LaneRequestOption *requestOp… in TransAsyncGetLaneInfoByOption()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp237 int32_t LnnRequestLane(uint32_t laneReqId, const LaneRequestOption *request, const ILaneListener *l… in LnnRequestLane()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c270 static bool RequestInfoCheck(const LaneRequestOption *request, const ILaneListener *listener) in RequestInfoCheck()
462 int32_t LnnRequestLane(uint32_t laneReqId, const LaneRequestOption *request, in LnnRequestLane()
H A Dlnn_trans_lane.c713 static int32_t Alloc(uint32_t laneReqId, const LaneRequestOption *request, const ILaneListener *lis… in Alloc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp492 LaneRequestOption requestOption = {
527 LaneRequestOption requestOption = {
H A Dtrans_lane_pending_test.cpp469 LaneRequestOption requestOption;
489 LaneRequestOption requestOption;
1286 LaneRequestOption requestOption;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2939 LaneRequestOption request;
3203 LaneRequestOption requestOption = {};