Home
last modified time | relevance | path

Searched refs:isNegotiateChannelNeeded (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.h54 bool (*isNegotiateChannelNeeded)(const char *remoteNetworkId, enum WifiDirectLinkType linkType); member
H A Dwifi_direct_manager_virtual.c200 .isNegotiateChannelNeeded = IsNegotiateChannelNeeded,
H A Dwifi_direct_manager.cpp564 .isNegotiateChannelNeeded = IsNegotiateChannelNeeded,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c101 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_HML)) { in IsAuthReuseP2p()
106 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_P2P)) { in IsAuthReuseP2p()
H A Dlnn_lane_select.c563 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_HML)) { in IsAuthReuseWifiDirect()
567 !GetWifiDirectManager()->isNegotiateChannelNeeded(networkId, WIFI_DIRECT_LINK_TYPE_P2P)) { in IsAuthReuseWifiDirect()
H A Dlnn_lane_link_wifi_direct.c552 if (!GetWifiDirectManager()->isNegotiateChannelNeeded(forceDownDevId, linkType) || in ForceDisconnectWifiDirect()
H A Dlnn_lane_link_p2p.c2344 …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 Dlnn_lane_link_test.cpp194 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
203 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
212 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
228 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded2,
232 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,
H A Dlnn_lane_link_wifi_direct_test.cpp165 .isNegotiateChannelNeeded= IsNegotiateChannelNeeded,