Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h121 localIfMode(-1), prefBand(0), prefBandwidth(PreferBandwidth::BW_DEFAULT) { in RecommendChannelRequest()
134 int localIfMode; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp106 req.localIfMode = request->localIfMode; in ConvertRecommendChannelRequest()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h120 int localIfMode; member
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp157 request.localIfMode = 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.cpp927 request.localIfMode = data.ReadInt32(); in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp1494 data.WriteInt32(request.localIfMode); in Hid2dGetRecommendChannel()