Home
last modified time | relevance | path

Searched refs:ApplyLaneReqId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp232 uint32_t ApplyLaneReqId(LaneType type) in ApplyLaneReqId() function
234 return GetTransAuthInterface()->ApplyLaneReqId(type); in ApplyLaneReqId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h85 virtual uint32_t ApplyLaneReqId(LaneType type) = 0;
145 MOCK_METHOD1(ApplyLaneReqId, uint32_t (LaneType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h286 uint32_t ApplyLaneReqId(LaneType type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c295 uint32_t ApplyLaneReqId(LaneType type) in ApplyLaneReqId() function
446 .lnnGetLaneHandle = ApplyLaneReqId,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp3194 uint32_t laneReqId = ApplyLaneReqId(laneType);