Searched refs:maxParaSessionNum (Results 1 – 5 of 5) sorted by relevance
36 int32_t maxParaSessionNum; member
155 int32_t maxParaSessionNum; member604 int32_t maxParaSessionNum = g_transStatsInfo.maxParaSessionNum; in OnQueryTrans() local605 …g_transStatsInfo.maxParaSessionNum = (maxParaSessionNum > g_transStatsInfo.currentParaSessionNum) ? in OnQueryTrans()606 maxParaSessionNum : g_transStatsInfo.currentParaSessionNum; in OnQueryTrans()915 result->maxParaSessionNum = g_transStatsInfo.maxParaSessionNum; in SoftBusProcessStatsQueryData()
58 SOFTBUS_DPRINTF(fd, "Maximun concurrent number = %d\n", result->maxParaSessionNum); in SoftBusStatsDumpHander()
59 int32_t maxParaSessionNum; member
40 STATS_ASSIGNER(Int32, MaxParaSessionNum, maxParaSessionNum)