Home
last modified time | relevance | path

Searched refs:allocLane (Results 1 – 4 of 4) sorted by relevance

/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… member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_test.cpp111 int32_t ret = transObj->allocLane(laneReqId, nullptr, nullptr);
116 ret = transObj->allocLane(laneReqId, (const LaneRequestOption *)&request, nullptr);
140 int32_t ret = transObj->allocLane(laneReqId, (const LaneRequestOption *)&request, nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c480 result = g_laneObject[request->type]->allocLane(laneReqId, request, listener); in LnnRequestLane()
H A Dlnn_trans_lane.c1728 .allocLane = Alloc,