Home
last modified time | relevance | path

Searched refs:GetLegacyP2pCommandType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp306 EXPECT_EQ(msg.GetLegacyP2pCommandType(), LegacyCommandType::CMD_INVALID);
308 EXPECT_EQ(msg.GetLegacyP2pCommandType(), LegacyCommandType::CMD_DISCONNECT_V1_REQ);
344 EXPECT_EQ(msg1.GetLegacyP2pCommandType(), msg2.GetLegacyP2pCommandType());
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp121 return nc->GetNegotiateMessage().GetLegacyP2pCommandType() != LegacyCommandType::CMD_INVALID && in CanAcceptNegotiateDataAtState()
122 … nc->GetNegotiateMessage().GetLegacyP2pCommandType() != LegacyCommandType::CMD_DISCONNECT_V1_REQ; in CanAcceptNegotiateDataAtState()
132 auto messageType = nc->GetNegotiateMessage().GetLegacyP2pCommandType(); in HandleCommandAfterTerminate()
372 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtAvailableState()
417 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtWaitingReqResponseState()
442 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtWaitingRequestState()
464 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtWaitingReuseResponseState()
487 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtWaitingAuthHandShakeState()
531 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandAtWaitingClientJoiningState()
559 auto msgType = command->GetNegotiateMessage().GetLegacyP2pCommandType(); in ProcessNegotiateCommandCommon()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h260 LegacyCommandType GetLegacyP2pCommandType() const;
H A Dnegotiate_message.cpp354 auto legacyCmdType = GetLegacyP2pCommandType(); in MessageTypeToString()
732 LegacyCommandType NegotiateMessage::GetLegacyP2pCommandType() const in GetLegacyP2pCommandType() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp237 msg.GetLegacyP2pCommandType() == LegacyCommandType::CMD_GC_WIFI_CONFIG_CHANGED) { in OnAuthDataReceived()