/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter_test.cpp | 165 EXPECT_CALL(mock, Hid2dGetRecommendChannel).WillRepeatedly(Return(ERROR_WIFI_UNKNOWN)); 194 EXPECT_CALL(mock, Hid2dGetRecommendChannel).WillOnce(DoAll(SetArgPointee<1>(response), 201 EXPECT_CALL(mock, Hid2dGetRecommendChannel).WillOnce(Return(WIFI_SUCCESS));
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 123 NO_SANITIZE("cfi") WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, in Hid2dGetRecommendChannel() function 132 OHOS::Wifi::ErrCode retCode = wifiHid2dPtr->Hid2dGetRecommendChannel(req, rsp); in Hid2dGetRecommendChannel()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_hid2d.h | 103 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hid2d.h | 234 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp…
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_c_hid2d_test.cpp | 101 Hid2dGetRecommendChannel(&request, &response);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.h | 78 virtual WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, 165 MOCK_METHOD(WifiErrorCode, Hid2dGetRecommendChannel,
|
H A D | wifi_direct_mock.cpp | 187 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp… in Hid2dGetRecommendChannel() function 189 …return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->Hid2dGetRecommendChannel(request, respon… in Hid2dGetRecommendChannel()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_p2p.h | 337 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.h | 345 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
H A D | wifi_p2p_impl.cpp | 354 ErrCode WifiP2pImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel() function in OHOS::Wifi::WifiP2pImpl 359 return client_->Hid2dGetRecommendChannel(request, response); in Hid2dGetRecommendChannel()
|
H A D | wifi_p2p_proxy.h | 336 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
H A D | wifi_p2p_proxy.cpp | 1476 ErrCode WifiP2pProxy::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel() 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 | 346 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
H A D | wifi_p2p_service_impl.cpp | 1272 ErrCode WifiP2pServiceImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel() function in OHOS::Wifi::WifiP2pServiceImpl
|
H A D | wifi_p2p_stub.cpp | 930 ErrCode ret = Hid2dGetRecommendChannel(request, response); in OnHid2dGetRecommendChannel()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/ |
H A D | wifichid2d_fuzzer.cpp | 176 (void)Hid2dGetRecommendChannel(&request, &response); in Hid2dGetRecommendChannelTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 228 int32_t ret = Hid2dGetRecommendChannel(&request, &response); in GetRecommendChannel()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 150 EXPECT_CALL(mock, Hid2dGetRecommendChannel(_, _)) in InjectData() 433 EXPECT_CALL(mock, Hid2dGetRecommendChannel(_, _)) in __anonaf3f7aee1802()
|