Home
last modified time | relevance | path

Searched refs:STATISTIC_NONE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h141 STATISTIC_NONE = 0, enumerator
H A Dwifi_direct_manager.cpp64 info.dfxInfo.bootLinkType = STATISTIC_NONE; in SetBootLinkTypeByAuthHandle()
76 info->dfxInfo.bootLinkType = STATISTIC_NONE; in SetElementTypeExtra()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp72 EXPECT_EQ(info.dfxInfo.bootLinkType, STATISTIC_NONE);
84 EXPECT_EQ(info.dfxInfo.bootLinkType, STATISTIC_NONE);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c333 if (bootLinkType >= STATISTIC_BOOT_LINK_TYPE_NUM || bootLinkType < STATISTIC_NONE) { in FillConnHmlInfo()
798 for (int i = STATISTIC_NONE; i < STATISTIC_BOOT_LINK_TYPE_NUM; i++) { in FillHmlDetail()