Searched refs:isNegotiateChannelNeeded (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.h | 54 bool (*isNegotiateChannelNeeded)(const char *remoteNetworkId, enum WifiDirectLinkType linkType); member
|
H A D | wifi_direct_manager_virtual.c | 200 .isNegotiateChannelNeeded = IsNegotiateChannelNeeded,
|
H A D | wifi_direct_manager.cpp | 564 .isNegotiateChannelNeeded = IsNegotiateChannelNeeded,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_ctrl_lane.c | 101 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_HML)) { in IsAuthReuseP2p() 106 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_P2P)) { in IsAuthReuseP2p()
|
H A D | lnn_lane_select.c | 563 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_HML)) { in IsAuthReuseWifiDirect() 567 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_P2P)) { in IsAuthReuseWifiDirect()
|
H A D | lnn_lane_link_wifi_direct.c | 552 if (!GetWifiDirectManager()->isNegotiateChannelNeeded(forceDownDevId, linkType) || in ForceDisconnectWifiDirect()
|
H A D | lnn_lane_link_p2p.c | 2344 …if (GetWifiDirectManager()->isNegotiateChannelNeeded(request->peerNetworkId, WIFI_DIRECT_LINK_TYPE… in TryWifiDirectReuse()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_test.cpp | 194 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded, 203 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded, 212 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded, 228 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded2, 232 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
|
H A D | lnn_lane_link_wifi_direct_test.cpp | 165 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
|