Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/softbusnegotiatemessage_fuzzer/
H A Dsoftbusnegotiatemessage_fuzzer.cpp64 msg1.SetLegacyP2pGroupConfig("OHOS-1234\n00:01:02:03:04:05\n00001111\n5180"); in SoftBusNegotiateMessageUnmarshallingFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp261 msg.SetLegacyP2pGroupConfig("OHOS-1234\n00:01:02:03:04:05\n00001111\n5180");
323 msg1.SetLegacyP2pGroupConfig("OHOS-1234\n00:01:02:03:04:05\n00001111\n5180");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h226 void SetLegacyP2pGroupConfig(const std::string &value);
H A Dnegotiate_message.cpp615 void NegotiateMessage::SetLegacyP2pGroupConfig(const std::string &value) in SetLegacyP2pGroupConfig() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp892 response.SetLegacyP2pGroupConfig(interface.GetP2pGroupConfig()); in SendConnectResponseAsGo()
1348 request.SetLegacyP2pGroupConfig(interface.GetP2pGroupConfig()); in SendConnectRequestAsGo()