Home
last modified time | relevance | path

Searched refs:remoteIfMode (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()
130 int remoteIfMode; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp104 req.remoteIfMode = request->remoteIfMode; in ConvertRecommendChannelRequest()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h116 int remoteIfMode; member
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp156 request.remoteIfMode = static_cast<int>(data[index++]); in Hid2dGetRecommendChannelTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.cpp924 request.remoteIfMode = data.ReadInt32(); in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp1492 data.WriteInt32(request.remoteIfMode); in Hid2dGetRecommendChannel()