Home
last modified time | relevance | path

Searched refs:GetLegacyP2pGoIp (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.cpp278 EXPECT_EQ(msg.GetLegacyP2pGoIp(), "");
280 EXPECT_EQ(msg.GetLegacyP2pGoIp(), "192.168.43.1");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h236 std::string GetLegacyP2pGoIp() const;
H A Dnegotiate_message.cpp650 std::string NegotiateMessage::GetLegacyP2pGoIp() const in GetLegacyP2pGoIp() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1653 std::string remoteIp = msg.GetLegacyP2pGoIp(); in ConnectGroup()
1845 param.remoteIp = msg.GetLegacyP2pGoIp(); in OpenAuthConnection()