Home
last modified time | relevance | path

Searched refs:maxParaSessionNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dstats_event_form.h36 int32_t maxParaSessionNum; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c155 int32_t maxParaSessionNum; member
604 int32_t maxParaSessionNum = g_transStatsInfo.maxParaSessionNum; in OnQueryTrans() local
605 …g_transStatsInfo.maxParaSessionNum = (maxParaSessionNum > g_transStatsInfo.currentParaSessionNum) ? in OnQueryTrans()
606 maxParaSessionNum : g_transStatsInfo.currentParaSessionNum; in OnQueryTrans()
915 result->maxParaSessionNum = g_transStatsInfo.maxParaSessionNum; in SoftBusProcessStatsQueryData()
H A Dsoftbus_hidumper_stats.c58 SOFTBUS_DPRINTF(fd, "Maximun concurrent number = %d\n", result->maxParaSessionNum); in SoftBusStatsDumpHander()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper_util.h59 int32_t maxParaSessionNum; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dstats_event_converter.h40 STATS_ASSIGNER(Int32, MaxParaSessionNum, maxParaSessionNum)