Home
last modified time | relevance | path

Searched refs:GetRandomInt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp48 HWTEST_F(WifiGlobalFuncTest, GetRandomInt, TestSize.Level1)
50 int res = GetRandomInt(0, 100);
53 res = GetRandomInt(2000, 100);
56 res = GetRandomInt(100, 100);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map25 "*GetRandomInt*";
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp83 return channels[GetRandomInt(0, channels.size() - 1)]; in GetBestChannelFor2G()
109 return channels[GetRandomInt(0, channels.size() - 1)]; in GetBestChannelFor5G()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h55 int GetRandomInt(int start, int end);
H A Dwifi_global_func.cpp88 int GetRandomInt(int start, int end) in GetRandomInt() function