Home
last modified time | relevance | path

Searched refs:TransAuthWithParaNode (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.h56 } TransAuthWithParaNode; typedef
79 int32_t TransAuthWithParaGetLaneReqByLaneReqId(uint32_t laneReqId, TransAuthWithParaNode *paraNode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1649 TransAuthWithParaNode *item = NULL; in TransAuthWithParaReqLanePendingDeinit()
1650 TransAuthWithParaNode *next = NULL; in TransAuthWithParaReqLanePendingDeinit()
1706TransAuthWithParaNode *item = (TransAuthWithParaNode *)SoftBusCalloc(sizeof(TransAuthWithParaNode)… in TransAuthWithParaAddLaneReqToList()
1753 TransAuthWithParaNode *laneItem = NULL; in TransAuthWithParaDelLaneReqById()
1754 TransAuthWithParaNode *next = NULL; in TransAuthWithParaDelLaneReqById()
1785 TransAuthWithParaNode *item = NULL; in TransUpdateAuthWithParaLaneConnInfo()
1786 … LIST_FOR_EACH_ENTRY(item, &(g_authWithParaAsyncReqLaneList->list), TransAuthWithParaNode, node) { in TransUpdateAuthWithParaLaneConnInfo()
1805 int32_t TransAuthWithParaGetLaneReqByLaneReqId(uint32_t laneReqId, TransAuthWithParaNode *paraNode) in TransAuthWithParaGetLaneReqByLaneReqId()
1820 TransAuthWithParaNode *item = NULL; in TransAuthWithParaGetLaneReqByLaneReqId()
1821 … LIST_FOR_EACH_ENTRY(item, &(g_authWithParaAsyncReqLaneList->list), TransAuthWithParaNode, node) { in TransAuthWithParaGetLaneReqByLaneReqId()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1005 TransAuthWithParaNode paraNode;