Home
last modified time | relevance | path

Searched refs:negotiateTime (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dconn_event_test.cpp45 .negotiateTime = 5,
96 .negotiateTime = 16,
156 .negotiateTime = 0,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h104 uint64_t negotiateTime; // NEGOTIATE_TIME_COSUMING member
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp92 extra.negotiateTime = endTime - startTime > 0 ? endTime - startTime : 0; in ReportConnEventExtra()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_event_converter.h74 CONN_ASSIGNER(Uint64, NegotiateTime, negotiateTime)
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c342 uint64_t negotiateTime = GetUint64ValueByRecord(record, NEGOTIATE_TIME); in FillConnHmlInfo() local
343 if (negotiateTime > 0) { in FillConnHmlInfo()
345 … g_connHmlStatsInfo.negotiateTimeCosuming[bootLinkType][wifiDirectLinkType] += negotiateTime; in FillConnHmlInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h109 MatchConnEventNameTypeExtraUint64Param(params, ++index, extra.negotiateTime);