/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hid2d.h | 112 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 D | wifi_hid2d_msg.h | 118 class RecommendChannelRequest { 120 RecommendChannelRequest() : remoteIfName(""), remoteIfMode(-1), localIfName(""), in RecommendChannelRequest() function 124 ~RecommendChannelRequest() { in ~RecommendChannelRequest()
|
H A D | i_wifi_p2p.h | 337 virtual ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 99 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 D | wifichid2d_fuzzer.cpp | 151 RecommendChannelRequest request; in Hid2dGetRecommendChannelTest() 155 if (size >= sizeof(RecommendChannelRequest)) { in Hid2dGetRecommendChannelTest()
|
/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/test/wifi_standard/native/ |
H A D | wifi_c_hid2d_test.cpp | 99 RecommendChannelRequest request;
|
/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, 166 (const RecommendChannelRequest *, RecommendChannelResponse *), (override));
|
H A D | wifi_direct_mock.cpp | 187 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResp… in Hid2dGetRecommendChannel()
|
/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_proxy.h | 336 ErrCode Hid2dGetRecommendChannel(const RecommendChannelRequest& request,
|
H A D | wifi_p2p_impl.cpp | 354 ErrCode WifiP2pImpl::Hid2dGetRecommendChannel(const RecommendChannelRequest& request, in Hid2dGetRecommendChannel()
|
H A D | wifi_p2p_proxy.cpp | 1476 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 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()
|
H A D | wifi_p2p_stub.cpp | 920 RecommendChannelRequest request; in OnHid2dGetRecommendChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 223 RecommendChannelRequest request; in GetRecommendChannel()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 151 ….WillRepeatedly([this](const RecommendChannelRequest *request, RecommendChannelResponse *response)… in InjectData() 435 … [recommendFreq](const RecommendChannelRequest *request, RecommendChannelResponse *response) { in __anonaf3f7aee1802()
|