Home
last modified time | relevance | path

Searched refs:laneItem (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c61 static void GetTransSessionInfoByLane(TransLaneInfo * laneItem, AppInfo *appInfo) in GetTransSessionInfoByLane() argument
63 if (TransGetAppInfoByChanId(laneItem->channelId, laneItem->channelType, appInfo) != SOFTBUS_OK) { in GetTransSessionInfoByLane()
106 TransLaneInfo *laneItem = NULL; in TransLaneChannelForEachShowInfo() local
107 LIST_FOR_EACH_ENTRY(laneItem, &(g_channelLaneList->list), TransLaneInfo, node) { in TransLaneChannelForEachShowInfo()
108 GetTransSessionInfoByLane(laneItem, appInfo); in TransLaneChannelForEachShowInfo()
110 ConvertLaneLinkTypeToDumper(laneItem->laneConnInfo.type), appInfo); in TransLaneChannelForEachShowInfo()
159 TransLaneInfo *laneItem = NULL; in TransLaneMgrDeinit() local
161 LIST_FOR_EACH_ENTRY_SAFE(laneItem, nextLaneItem, &g_channelLaneList->list, TransLaneInfo, node) { in TransLaneMgrDeinit()
162 ListDelete(&(laneItem in TransLaneMgrDeinit()
227 TransLaneInfo *laneItem = NULL; TransLaneMgrAddLane() local
256 TransLaneInfo *laneItem = NULL; TransLaneMgrDelLane() local
304 TransLaneInfo *laneItem = NULL; TransLaneMgrDeathCallback() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c241 SocketResource *laneItem = NULL; in ClientTransStatisticsDeinit() local
243 LIST_FOR_EACH_ENTRY_SAFE(laneItem, nextLaneItem, &g_channelStatisticsList->list, SocketResource, node) { in ClientTransStatisticsDeinit()
244 ListDelete(&(laneItem->node)); in ClientTransStatisticsDeinit()
245 SoftBusFree(laneItem); in ClientTransStatisticsDeinit()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c224 TransReqLaneItem *laneItem = NULL; in TransDelLaneReqFromPendingList() local
226 LIST_FOR_EACH_ENTRY_SAFE(laneItem, next, &(pendingList->list), TransReqLaneItem, node) { in TransDelLaneReqFromPendingList()
227 if (laneItem->laneHandle == laneHandle) { in TransDelLaneReqFromPendingList()
229 (void)SoftBusCondDestroy(&laneItem->cond); in TransDelLaneReqFromPendingList()
231 ListDelete(&(laneItem->node)); in TransDelLaneReqFromPendingList()
232 TRANS_LOGI(TRANS_SVC, "delete laneHandle = %{public}u", laneItem->laneHandle); in TransDelLaneReqFromPendingList()
235 DestroyAsyncReqItemParam(&(laneItem->param)); in TransDelLaneReqFromPendingList()
237 SoftBusFree(laneItem); in TransDelLaneReqFromPendingList()
1685 TransAuthWithParaNode *laneItem = NULL; in TransAuthWithParaDelLaneReqById() local
1687 LIST_FOR_EACH_ENTRY_SAFE(laneItem, nex in TransAuthWithParaDelLaneReqById()
1843 TransFreeLaneItem *laneItem = NULL; TransDelLaneFreeFromPending() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp68 TransLaneInfo *laneItem = (TransLaneInfo *)SoftBusCalloc(sizeof(TransLaneInfo)); in HWTEST_F() local
69 ASSERT_TRUE(laneItem != nullptr); in HWTEST_F()
76 GetTransSessionInfoByLane(laneItem, appInfo); in HWTEST_F()

Completed in 5 milliseconds