Home
last modified time | relevance | path

Searched refs:paraNode (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.cpp1005 TransAuthWithParaNode paraNode; variable
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() argument
1807 if (paraNode == NULL) { in TransAuthWithParaGetLaneReqByLaneReqId()
1823 …if (memcpy_s(paraNode, sizeof(TransAuthWithParaNode), item, sizeof(TransAuthWithParaNode)) != EOK)… in TransAuthWithParaGetLaneReqByLaneReqId()