Home
last modified time | relevance | path

Searched refs:RecommendChannelResponse (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h127 typedef struct RecommendChannelResponse { struct
147 } RecommendChannelResponse; argument
234 …id2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResponse *response…
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h141 class RecommendChannelResponse {
143 RecommendChannelResponse() : status(RecommendStatus::RS_FAILURE), index(-1), in RecommendChannelResponse() function
146 ~RecommendChannelResponse() { in ~RecommendChannelResponse()
H A Di_wifi_p2p.h338 RecommendChannelResponse& response) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp111 static void ConvertRecommendChannelResponse(const OHOS::Wifi::RecommendChannelResponse& rsp, in ConvertRecommendChannelResponse()
112 RecommendChannelResponse* response) in ConvertRecommendChannelResponse()
124 RecommendChannelResponse *response) in Hid2dGetRecommendChannel()
130 OHOS::Wifi::RecommendChannelResponse rsp; in Hid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp152 RecommendChannelResponse response; in Hid2dGetRecommendChannelTest()
169 if (size >= sizeof(RecommendChannelResponse)) { in Hid2dGetRecommendChannelTest()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hid2d.h104 RecommendChannelResponse& response) = 0;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_hid2d_test.cpp100 RecommendChannelResponse response;
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h79 RecommendChannelResponse *response) = 0;
166 (const RecommendChannelRequest *, RecommendChannelResponse *), (override));
H A Dwifi_direct_mock.cpp187 …id2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResponse *response) in Hid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h346 RecommendChannelResponse& response) override;
H A Dwifi_p2p_proxy.h337 RecommendChannelResponse& response) override;
H A Dwifi_p2p_impl.cpp355 RecommendChannelResponse& response) in Hid2dGetRecommendChannel()
H A Dwifi_p2p_proxy.cpp1477 RecommendChannelResponse& response) in Hid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.h347 RecommendChannelResponse& response) override;
H A Dwifi_p2p_service_impl.cpp1273 RecommendChannelResponse& response) in Hid2dGetRecommendChannel()
H A Dwifi_p2p_stub.cpp921 RecommendChannelResponse response; in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter_test.cpp191 RecommendChannelResponse response;
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp225 RecommendChannelResponse response; 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()