Home
last modified time | relevance | path

Searched refs:lnnAllocRawLane (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h271 int32_t (*lnnAllocRawLane)(uint32_t laneRequestId, const RawLaneAllocInfo *request, member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2976 int32_t ret = laneManager->lnnAllocRawLane(laneHandle, nullptr, &listener);
2978 ret = laneManager->lnnAllocRawLane(laneHandle, &allocInfo, nullptr);
2980 ret = laneManager->lnnAllocRawLane(laneHandle, nullptr, nullptr);
2984 ret = laneManager->lnnAllocRawLane(laneHandle, &allocInfo, &listener);
2988 ret = laneManager->lnnAllocRawLane(laneHandle, &allocInfo, &listener);
3011 int32_t ret = laneManager->lnnAllocRawLane(laneHandle, &allocInfo, &listener);
3038 int32_t ret = laneManager->lnnAllocRawLane(laneHandle, &allocInfo, &listener);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c448 .lnnAllocRawLane = LnnAllocRawLane,