Searched refs:AddInterface (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.h2 * wpa_gui - AddInterface class
20 class AddInterface : public QDialog class in inherits:QDialog
25 AddInterface(WpaGui *_wpagui, QWidget *parent = 0);
H A Daddinterface.cpp2 * wpa_gui - AddInterface class
29 AddInterface::AddInterface(WpaGui *_wpagui, QWidget *parent) function in class:AddInterface
56 void AddInterface::addInterfaces()
102 bool AddInterface::addRegistryInterface(const QString &ifname)
182 void AddInterface::interfaceSelected(QTreeWidgetItem *sel)
H A Dwpagui.h172 AddInterface *add_iface;
H A Dwpagui.cpp1883 add_iface = new AddInterface(this, this);
/external/webrtc/webrtc/base/
H A Dfakenetwork.h37 void AddInterface(const SocketAddress& iface) { function in class:rtc::FakeNetworkManager
39 AddInterface(iface, "test" + rtc::ToString(next_index_++));
42 void AddInterface(const SocketAddress& iface, const std::string& if_name) { function in class:rtc::FakeNetworkManager
43 AddInterface(iface, if_name, ADAPTER_TYPE_UNKNOWN);
46 void AddInterface(const SocketAddress& iface, function in class:rtc::FakeNetworkManager
/external/webrtc/webrtc/p2p/client/
H A Dportallocator_unittest.cc112 void AddInterface(const SocketAddress& addr) { function in class:PortAllocatorTest
113 network_manager_.AddInterface(addr);
115 void AddInterface(const SocketAddress& addr, const std::string& if_name) { function in class:PortAllocatorTest
116 network_manager_.AddInterface(addr, if_name);
118 void AddInterface(const SocketAddress& addr, function in class:PortAllocatorTest
121 network_manager_.AddInterface(addr, if_name, type);
130 AddInterface(addr);
411 AddInterface(SocketAddress(IPAddress(0x12345600U), 0), "test_eth0",
413 AddInterface(SocketAddress(IPAddress(0x12345601U), 0), "test_wlan0",
415 AddInterface(SocketAddres
[all...]
/external/libchrome/dbus/
H A Dobject_manager.h303 void AddInterface(const ObjectPath& object_path,
H A Dobject_manager.cc437 AddInterface(object_path, interface_name, &dict_entry_reader);
442 void ObjectManager::AddInterface(const ObjectPath& object_path, function in class:dbus::ObjectManager
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc395 void AddInterface(const SocketAddress& addr) { function in class:WebRtcSessionTest
396 network_manager_.AddInterface(addr);
1087 AddInterface(rtc::SocketAddress(kClientAddrHost1, kClientAddrPort));
1206 session->AddInterface(
1209 session->AddInterface(
1213 session->AddInterface(
1505 AddInterface(rtc::SocketAddress(kClientAddrHost1, kClientAddrPort));
1506 AddInterface(rtc::SocketAddress(kClientAddrHost2, kClientAddrPort));
1516 AddInterface(rtc::SocketAddress(kClientAddrHost1, kClientAddrPort));
1517 AddInterface(rt
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel_unittest.cc369 GetEndpoint(endpoint)->network_manager_.AddInterface(addr);
1553 // priority than others. This is due to FakeNetwork::AddInterface method.
1605 // priority than others. This is due to FakeNetwork::AddInterface method.
1658 // priority than others. This is due to FakeNetwork::AddInterface method.

Completed in 638 milliseconds