Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dforce_disconnect_command.cpp42 } else if (info.negoChannel.type == NEGO_CHANNEL_COC) { in ForceDisconnectCommand()
H A Ddisconnect_command.cpp38 } else if (info.negoChannel.type == NEGO_CHANNEL_COC) { in DisconnectCommand()
H A Dconnect_command.cpp131 } else if (info_.info_.negoChannel.type == NEGO_CHANNEL_COC) { in PreferNegotiateChannel()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h114 NEGO_CHANNEL_COC = 2, enumerator
H A Dwifi_direct_scheduler.cpp202 case NEGO_CHANNEL_COC: in DumpNegotiateChannel()
H A Dwifi_direct_manager.cpp88 } else if (type == NEGO_CHANNEL_COC) { in SetElementTypeExtra()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp75 info.negoChannel.type = NEGO_CHANNEL_COC;
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp288 info.negoChannel.type = NEGO_CHANNEL_COC; in PrepareConnectParameter()
312 info.negoChannel.type = NEGO_CHANNEL_COC; in PrepareDisconnectParameter()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c1640 info.negoChannel.type = NEGO_CHANNEL_COC; in OnProxyChannelOpened()
2602 info->negoChannel.type = NEGO_CHANNEL_COC; in GenerateWifiDirectNegoChannel()