Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h136 STATISTIC_TRIGGER_HML = 2, enumerator
H A Dwifi_direct_manager.cpp82 info->dfxInfo.linkType = STATISTIC_TRIGGER_HML; in SetElementTypeExtra()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp83 EXPECT_EQ(info.dfxInfo.linkType, STATISTIC_TRIGGER_HML);
89 EXPECT_EQ(info.dfxInfo.linkType, STATISTIC_TRIGGER_HML);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c326 wifiDirectLinkType = STATISTIC_TRIGGER_HML; in FillConnHmlInfo()