Searched refs:TransAuthWithParaNode (Results 1 – 3 of 3) sorted by relevance
56 } TransAuthWithParaNode; typedef79 int32_t TransAuthWithParaGetLaneReqByLaneReqId(uint32_t laneReqId, TransAuthWithParaNode *paraNode);
1649 TransAuthWithParaNode *item = NULL; in TransAuthWithParaReqLanePendingDeinit()1650 TransAuthWithParaNode *next = NULL; in TransAuthWithParaReqLanePendingDeinit()1706 …TransAuthWithParaNode *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 …]
1005 TransAuthWithParaNode paraNode;