Home
last modified time | relevance | path

Searched refs:SetInterfaceInfoArray (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info_test.cpp60 wifiCfg.SetInterfaceInfoArray(infos);
89 wifiCfg.SetInterfaceInfoArray(infos);
H A Dnegotiate_message_test.cpp148 msg.SetInterfaceInfoArray(infoArray);
330 msg1.SetInterfaceInfoArray(interfaceInfoArray);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.cpp101 SetInterfaceInfoArray(interfaceArray); in UnmarshallingInterfaceArray()
104 void WifiConfigInfo::SetInterfaceInfoArray(const std::vector<InterfaceInfo> &value) in SetInterfaceInfoArray() function in OHOS::SoftBus::WifiConfigInfo
H A Dwifi_config_info.h56 void SetInterfaceInfoArray(const std::vector<InterfaceInfo> &value);
H A Dnegotiate_message.h181 void SetInterfaceInfoArray(const std::vector<InterfaceInfo> &value);
H A Dnegotiate_message.cpp319 SetInterfaceInfoArray(interfaceArray); in UnmarshallingInterfaceArray()
463 void NegotiateMessage::SetInterfaceInfoArray(const std::vector<InterfaceInfo> &value) in SetInterfaceInfoArray() function in OHOS::SoftBus::NegotiateMessage
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/softbusnegotiatemessage_fuzzer/
H A Dsoftbusnegotiatemessage_fuzzer.cpp69 msg1.SetInterfaceInfoArray(interfaceArray); in SoftBusNegotiateMessageUnmarshallingFuzzTest()