Searched refs:negotiateTime (Results 1 – 6 of 6) sorted by relevance
45 .negotiateTime = 5,96 .negotiateTime = 16,156 .negotiateTime = 0,
104 uint64_t negotiateTime; // NEGOTIATE_TIME_COSUMING member
92 extra.negotiateTime = endTime - startTime > 0 ? endTime - startTime : 0; in ReportConnEventExtra()
74 CONN_ASSIGNER(Uint64, NegotiateTime, negotiateTime)
342 uint64_t negotiateTime = GetUint64ValueByRecord(record, NEGOTIATE_TIME); in FillConnHmlInfo() local343 if (negotiateTime > 0) { in FillConnHmlInfo()345 … g_connHmlStatsInfo.negotiateTimeCosuming[bootLinkType][wifiDirectLinkType] += negotiateTime; in FillConnHmlInfo()
109 MatchConnEventNameTypeExtraUint64Param(params, ++index, extra.negotiateTime);