/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | wifi_mock.cpp | 71 WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G() function 73 return GetWifiInterface()->Hid2dGetChannelListFor5G(chanList, len); in Hid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/ |
H A D | wifi_mock.h | 39 virtual WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) = 0; 57 MOCK_METHOD2(Hid2dGetChannelListFor5G, WifiErrorCode(int *, int));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter_test.cpp | 125 EXPECT_CALL(mock, Hid2dGetChannelListFor5G).WillOnce(Return(ERROR_WIFI_UNKNOWN)); 130 EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillOnce( 140 EXPECT_CALL(mock, Hid2dGetChannelListFor5G).WillOnce(Return(WIFI_SUCCESS));
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 140 NO_SANITIZE("cfi") WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G() function 146 OHOS::Wifi::ErrCode ret = wifiHid2dPtr->Hid2dGetChannelListFor5G(vecChannelList); in Hid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | interface_manager_test.cpp | 65 …EXPECT_CALL(wifiDirectInterfaceMock, Hid2dGetChannelListFor5G).WillRepeatedly(Return(WIFI_SUCCESS)…
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hid2d.h | 112 virtual ErrCode Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hid2d.h | 245 WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_c_hid2d_test.cpp | 108 Hid2dGetChannelListFor5G(chanList, len);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.h | 44 virtual WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) = 0; 132 MOCK_METHOD(WifiErrorCode, Hid2dGetChannelListFor5G, (int *chanList, int len), (override));
|
H A D | wifi_direct_mock.cpp | 38 WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G() function 40 … return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->Hid2dGetChannelListFor5G(chanList, len); in Hid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p.h | 346 virtual ErrCode Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.h | 354 ErrCode Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) override;
|
H A D | wifi_p2p_impl.cpp | 362 ErrCode WifiP2pImpl::Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) in Hid2dGetChannelListFor5G() function in OHOS::Wifi::WifiP2pImpl 366 return client_->Hid2dGetChannelListFor5G(vecChannelList); in Hid2dGetChannelListFor5G()
|
H A D | wifi_p2p_proxy.h | 345 ErrCode Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) override;
|
H A D | wifi_p2p_proxy.cpp | 1521 ErrCode WifiP2pProxy::Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) in Hid2dGetChannelListFor5G() function in OHOS::Wifi::WifiP2pProxy
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/ |
H A D | wifi_p2p_service_impl.h | 355 ErrCode Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) override;
|
H A D | wifi_p2p_service_impl.cpp | 1307 ErrCode WifiP2pServiceImpl::Hid2dGetChannelListFor5G(std::vector<int>& vecChannelList) in Hid2dGetChannelListFor5G() function in OHOS::Wifi::WifiP2pServiceImpl
|
H A D | wifi_p2p_stub.cpp | 949 ErrCode ret = Hid2dGetChannelListFor5G(vecChannelList); in OnHid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/ |
H A D | softbus_wifi_api_adapter.c | 333 int32_t ret = Hid2dGetChannelListFor5G(channelList, num); in SoftBusGetChannelListFor5G()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_wifi_api_test.cpp | 197 EXPECT_CALL(wifiMock, Hid2dGetChannelListFor5G)
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 44 auto ret = Hid2dGetChannelListFor5G(array, CHANNEL_ARRAY_NUM_MAX); in GetChannel5GListIntArray()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 133 … EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([this](int *chanList, int len) { in InjectData() 439 …EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([channels](int *chanList, int len… in __anonaf3f7aee1802() 476 EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([](int *chanList, int len) { in __anonaf3f7aee1c02()
|