Home
last modified time | relevance | path

Searched defs:channelString (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
Dwifi_hdi_wpa_client.cpp735 void WifiHdiWpaClient::GetChannelString(const HotspotConfig &config, std::string &channelString) in GetChannelString()
781 std::string channelString; in SetSoftApConfig() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
Dwifi_direct_utils.cpp725 bool WifiDirectUtils::StringToInt(const std::string &channelString, int32_t &result) in StringToInt()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
Dp2p_v1_processor.cpp986 auto channelString = WifiDirectUtils::ChannelListToString(channels); in SendConnectResponseAsNone() local
1331 auto channelString = WifiDirectUtils::ChannelListToString(channels); in SendConnectRequestAsNone() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
Dwifi_direct_utils.cpp525 bool WifiDirectUtils::StringToInt(const std::string &channelString, int32_t &result) in StringToInt()