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 D | lnn_lane_interface.h | 271 int32_t (*lnnAllocRawLane)(uint32_t laneRequestId, const RawLaneAllocInfo *request, member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 2976 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 D | lnn_lane.c | 448 .lnnAllocRawLane = LnnAllocRawLane,
|