Searched refs:bootLinkType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | conn_event_test.cpp | 42 .bootLinkType = 2, 93 .bootLinkType = 13, 153 .bootLinkType = -13,
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.cpp | 54 info.dfxInfo.bootLinkType = STATISTIC_WLAN; in SetBootLinkTypeByAuthHandle() 57 info.dfxInfo.bootLinkType = STATISTIC_BR; in SetBootLinkTypeByAuthHandle() 60 info.dfxInfo.bootLinkType = STATISTIC_BLE; in SetBootLinkTypeByAuthHandle() 64 info.dfxInfo.bootLinkType = STATISTIC_NONE; in SetBootLinkTypeByAuthHandle() 76 info->dfxInfo.bootLinkType = STATISTIC_NONE; in SetElementTypeExtra() 89 info->dfxInfo.bootLinkType = STATISTIC_COC; in SetElementTypeExtra() 91 info->dfxInfo.bootLinkType = STATISTIC_ACTION; in SetElementTypeExtra()
|
H A D | wifi_direct_types.h | 153 enum StatisticBootLinkType bootLinkType; member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.cpp | 95 extra.bootLinkType = dfxInfo.bootLinkType; in ReportConnEventExtra()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 328 int32_t bootLinkType = GetInt32ValueByRecord(record, BOOT_LINK_TYPE); in FillConnHmlInfo() local 331 bootLinkType = STATISTIC_RENEGOTIATE; in FillConnHmlInfo() 333 if (bootLinkType >= STATISTIC_BOOT_LINK_TYPE_NUM || bootLinkType < STATISTIC_NONE) { in FillConnHmlInfo() 336 g_connHmlStatsInfo.linkTotal[bootLinkType][wifiDirectLinkType]++; in FillConnHmlInfo() 339 g_connHmlStatsInfo.successTotal[bootLinkType][wifiDirectLinkType]++; in FillConnHmlInfo() 340 g_connHmlStatsInfo.linkTimeConsuming[bootLinkType][wifiDirectLinkType] += in FillConnHmlInfo() 344 g_connHmlStatsInfo.negotiateTotal[bootLinkType][wifiDirectLinkType]++; in FillConnHmlInfo() 345 … g_connHmlStatsInfo.negotiateTimeCosuming[bootLinkType][wifiDirectLinkType] += negotiateTime; in FillConnHmlInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_test.cpp | 72 EXPECT_EQ(info.dfxInfo.bootLinkType, STATISTIC_NONE); 78 EXPECT_EQ(info.dfxInfo.bootLinkType, STATISTIC_COC); 84 EXPECT_EQ(info.dfxInfo.bootLinkType, STATISTIC_NONE);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 101 int32_t bootLinkType; // BOOT_LINK_TYPE member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | conn_event_converter.h | 71 CONN_ASSIGNER(Errcode, BootLinkType, bootLinkType)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 106 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.bootLinkType);
|