Home
last modified time | relevance | path

Searched refs:destCostCnt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c477 uint32_t *destCostCnt = dest->costTimeStatsCnt; in ConvertStreamStats() local
479 destCostCnt[FRAME_COST_TIME_SMALL] = srcCostCnt[FRAME_COST_LT10MS]; in ConvertStreamStats()
480destCostCnt[FRAME_COST_TIME_MEDIUM] = MergeStatsInterval(srcCostCnt, FRAME_COST_LT30MS, FRAME_COST… in ConvertStreamStats()
481destCostCnt[FRAME_COST_TIME_LARGE] = srcCostCnt[FRAME_COST_LT120MS] + srcCostCnt[FRAME_COST_GE120M… in ConvertStreamStats()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp208 uint32_t *destCostCnt = dest->costTimeStatsCnt; variable
211destCostCnt[FRAME_COST_TIME_MEDIUM] = MergeStatsInterval(srcCostCnt, FRAME_COST_LT30MS, FRAME_COST…
212 EXPECT_EQ(0, (int)destCostCnt[FRAME_COST_TIME_MEDIUM]);