Home
last modified time | relevance | path

Searched refs:GetLegacyP2pGroupConfig (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp260 EXPECT_EQ(msg.GetLegacyP2pGroupConfig(), "");
262 EXPECT_EQ(msg.GetLegacyP2pGroupConfig(), "OHOS-1234\n00:01:02:03:04:05\n00001111\n5180");
347 EXPECT_EQ(msg1.GetLegacyP2pGroupConfig(), msg2.GetLegacyP2pGroupConfig());
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h227 std::string GetLegacyP2pGroupConfig() const;
H A Dnegotiate_message.cpp620 std::string NegotiateMessage::GetLegacyP2pGroupConfig() const in GetLegacyP2pGroupConfig() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1649 auto groupConfig = msg.GetLegacyP2pGroupConfig(); in ConnectGroup()