Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h79 int32_t TransAuthWithParaGetLaneReqByLaneReqId(uint32_t laneReqId, TransAuthWithParaNode *paraNode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1007 int32_t ret = TransAuthWithParaGetLaneReqByLaneReqId(laneReqId, nullptr);
1010 ret = TransAuthWithParaGetLaneReqByLaneReqId(laneReqId, &paraNode);
1015 ret = TransAuthWithParaGetLaneReqByLaneReqId(laneReqId, &paraNode);
1023 ret = TransAuthWithParaGetLaneReqByLaneReqId(laneReqId, &paraNode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1805 int32_t TransAuthWithParaGetLaneReqByLaneReqId(uint32_t laneReqId, TransAuthWithParaNode *paraNode) in TransAuthWithParaGetLaneReqByLaneReqId() function