Home
last modified time | relevance | path

Searched refs:remoteIfName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h120 RecommendChannelRequest() : remoteIfName(""), remoteIfMode(-1), localIfName(""), in RecommendChannelRequest()
128 std::string remoteIfName; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp103 req.remoteIfName = request->remoteIfName; in ConvertRecommendChannelRequest()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h114 char remoteIfName[IF_NAME_LEN]; member
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp160 if (memcpy_s(request.remoteIfName, IF_NAME_LEN, data, IF_NAME_LEN - 1) != EOK) { in Hid2dGetRecommendChannelTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.cpp923 request.remoteIfName = (readStr != nullptr) ? readStr : ""; in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp1491 data.WriteCString(request.remoteIfName.c_str()); in Hid2dGetRecommendChannel()