Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c19 #define FREQUENCY_2G_LAST 2472 macro
45 if (frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST) { in SoftBusFrequencyToChannel()
64 if (frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST) { in SoftBusIs2GBand()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.h30 static constexpr int FREQUENCY_2G_LAST = 2472; variable
H A Dwifi_direct_utils.cpp109 return frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST; in Is2GBand()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp109 return frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST; in Is2GBand()