/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.h | 2 * wpa_gui - AddInterface class 20 class AddInterface : public QDialog class in inherits:QDialog 25 AddInterface(WpaGui *_wpagui, QWidget *parent = 0);
|
H A D | addinterface.cpp | 2 * 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 D | wpagui.h | 172 AddInterface *add_iface;
|
H A D | wpagui.cpp | 1883 add_iface = new AddInterface(this, this);
|
/external/webrtc/webrtc/base/ |
H A D | fakenetwork.h | 37 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 D | portallocator_unittest.cc | 112 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 D | object_manager.h | 303 void AddInterface(const ObjectPath& object_path,
|
H A D | object_manager.cc | 437 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 D | webrtcsession_unittest.cc | 395 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 D | p2ptransportchannel_unittest.cc | 369 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.
|