Home
last modified time | relevance | path

Searched refs:channelList (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter_virtual.c62 int32_t SoftBusGetChannelListFor5G(int32_t *channelList, int32_t num) in SoftBusGetChannelListFor5G() argument
64 (void)channelList; in SoftBusGetChannelListFor5G()
H A Dsoftbus_wifi_api_adapter.c329 int32_t SoftBusGetChannelListFor5G(int32_t *channelList, int32_t num) in SoftBusGetChannelListFor5G() argument
331 if (channelList == NULL) { in SoftBusGetChannelListFor5G()
332 LNN_LOGW(LNN_STATE, "para channelList is NULL"); in SoftBusGetChannelListFor5G()
335 int32_t ret = Hid2dGetChannelListFor5G(channelList, num); in SoftBusGetChannelListFor5G()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_wifi_adpter_mock.cpp156 int32_t SoftBusGetChannelListFor5G(int32_t *channelList, int32_t num) in SoftBusGetChannelListFor5G() argument
158 return GetWifiAdpterInterface()->SoftBusGetChannelListFor5G(channelList, num); in SoftBusGetChannelListFor5G()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_wifi_adpter_mock.h44 virtual int32_t SoftBusGetChannelListFor5G(int32_t *channelList, int32_t num) = 0;
66 MOCK_METHOD2(SoftBusGetChannelListFor5G, int32_t (int32_t *channelList, int32_t num));
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp195 int32_t channelList = TEST_CONFIG_SIZE; in HWTEST_F() local
200 int32_t ret = SoftBusGetChannelListFor5G(&channelList, num); in HWTEST_F()
202 ret = SoftBusGetChannelListFor5G(&channelList, num); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h156 int32_t SoftBusGetChannelListFor5G(int32_t *channelList, int32_t num);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp1085 std::vector<int> channelList; in OnGet5GHzChannelList() local
1086 ErrCode ret = Get5GHzChannelList(channelList); in OnGet5GHzChannelList()
1090 unsigned int size = channelList.size(); in OnGet5GHzChannelList()
1093 reply.WriteInt32(channelList[i]); in OnGet5GHzChannelList()

Completed in 7 milliseconds