Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h112 typedef struct RecommendChannelRequest { struct
125 } RecommendChannelRequest; argument
234 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp…
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h118 class RecommendChannelRequest {
120 RecommendChannelRequest() : remoteIfName(""), remoteIfMode(-1), localIfName(""), in RecommendChannelRequest() function
124 ~RecommendChannelRequest() { in ~RecommendChannelRequest()
H A Di_wifi_p2p.h337 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp99 static void ConvertRecommendChannelRequest(const RecommendChannelRequest *request, in ConvertRecommendChannelRequest()
100 OHOS::Wifi::RecommendChannelRequest& req) in ConvertRecommendChannelRequest()
123 NO_SANITIZE("cfi") WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, in Hid2dGetRecommendChannel()
129 OHOS::Wifi::RecommendChannelRequest req; in Hid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp151 RecommendChannelRequest request; in Hid2dGetRecommendChannelTest()
155 if (size >= sizeof(RecommendChannelRequest)) { in Hid2dGetRecommendChannelTest()
/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/test/wifi_standard/native/
H A Dwifi_c_hid2d_test.cpp99 RecommendChannelRequest request;
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h78 virtual WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request,
166 (const RecommendChannelRequest *, RecommendChannelResponse *), (override));
H A Dwifi_direct_mock.cpp187 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp… in Hid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h345 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
H A Dwifi_p2p_proxy.h336 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
H A Dwifi_p2p_impl.cpp354 ErrCode WifiP2pImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel()
H A Dwifi_p2p_proxy.cpp1476 ErrCode WifiP2pProxy::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel()
/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()
H A Dwifi_p2p_stub.cpp920 RecommendChannelRequest request; in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp223 RecommendChannelRequest request; in GetRecommendChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp151 ….WillRepeatedly([this](const RecommendChannelRequest *request, RecommendChannelResponse *response)… in InjectData()
435 … [recommendFreq](const RecommendChannelRequest *request, RecommendChannelResponse *response) { in __anonaf3f7aee1802()