Home
last modified time | relevance | path

Searched refs:GetLegacyInterfaceName (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.cpp384 EXPECT_EQ(msg.GetLegacyInterfaceName(), "");
386 EXPECT_EQ(msg.GetLegacyInterfaceName(), "test");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h263 std::string GetLegacyInterfaceName() const;
H A Dnegotiate_message.cpp742 std::string NegotiateMessage::GetLegacyInterfaceName() const in GetLegacyInterfaceName() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1257 auto interfaceName = msg.GetLegacyInterfaceName(); in ProcessGetInterfaceInfoRequest()