Home
last modified time | relevance | path

Searched refs:Hid2dGetRecommendChannel (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter_test.cpp165 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 Dwifi_c_hid2d.cpp123 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 Dwifi_hid2d.h103 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h234 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_hid2d_test.cpp101 Hid2dGetRecommendChannel(&request, &response);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h78 virtual WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request,
165 MOCK_METHOD(WifiErrorCode, Hid2dGetRecommendChannel,
H A Dwifi_direct_mock.cpp187 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 Di_wifi_p2p.h337 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h345 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
H A Dwifi_p2p_impl.cpp354 ErrCode WifiP2pImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel() function in OHOS::Wifi::WifiP2pImpl
359 return client_->Hid2dGetRecommendChannel(request, response); in Hid2dGetRecommendChannel()
H A Dwifi_p2p_proxy.h336 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
H A Dwifi_p2p_proxy.cpp1476 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 Dwifi_p2p_service_impl.h346 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
H A Dwifi_p2p_service_impl.cpp1272 ErrCode WifiP2pServiceImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel() function in OHOS::Wifi::WifiP2pServiceImpl
H A Dwifi_p2p_stub.cpp930 ErrCode ret = Hid2dGetRecommendChannel(request, response); in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp176 (void)Hid2dGetRecommendChannel(&request, &response); in Hid2dGetRecommendChannelTest()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp228 int32_t ret = Hid2dGetRecommendChannel(&request, &response); in GetRecommendChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp150 EXPECT_CALL(mock, Hid2dGetRecommendChannel(_, _)) in InjectData()
433 EXPECT_CALL(mock, Hid2dGetRecommendChannel(_, _)) in __anonaf3f7aee1802()